Hey guys,
I got a little problem on showing an Alert (with CheckBoxes) in a Modal. When I call present on the Alert the first time, the Alert is behind my actual Modal. If i call present a second time, a second Instance of the Alert is displayed on the actual Modal. With the second Alert everything i want to do works fine like it should but when i dismiss that Modal the first Instance of the Alert ist still there on the Modal on which i did not presented it.
the displayed Strukture looks something like this:
- Modal 1
1.1 Alert first Instance
1.2. Modal 2
1.2.Alert second Instance
As you can see I’m using a Modal in a Modal. I don’t know if this is good practise or this could cause the problem with my Alert. I’m displaying the first Modal after selecting an object from a List to edit it and the second modal is displayed to add subObjects to that object.
I’m pretty new to Ionic so please be patient with me
If you need any code or more info just call for it and i will pass it to you!
Every Help with this problem or better practise alternative would be great!
PS: I’m using Version 2.0.0-rc.2