I tried to implement an ion-alert which is showed when I set [isOpen] to true. This works fine when I start my app with the CLI “ionic serve” on my browser.
But when I “capacitor” the thing to build an android app and launch it via Android Studio, the alert does not want to show on both the emulator and a physical device. On both (emulator and device) I used the “chrome://inspect” debugger. I can see in the HTML the ion-alert object, so it has been integrated properly but can’t find the option that makes/prevents it from showing.
Do you have any clue ? Or what piece of my code do you want to see ?
Thanks for your help.
1 post - 1 participant