Tell us about the problem
Dialogs from "ui/dialogs" don't work on iOS from modal page.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 4.1.0
- Cross-platform modules: 4.1.0
- Runtime(s): 4.0.1
- Plugin(s): "tns-core-modules": "^4.1.0"
Please tell us how to recreate the issue in as much detail as possible.
Here is a playground: https://play.nativescript.org/?template=play-tsc&id=Bf1NJd
if you change app.start({ moduleName: 'home/home-page' }); to app.start({ moduleName: 'home/new-page' }); in app.ts it's working fine.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
playground above
Reactions are currently unavailable
Tell us about the problem
Dialogs from "ui/dialogs" don't work on iOS from modal page.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Here is a playground: https://play.nativescript.org/?template=play-tsc&id=Bf1NJd
if you change app.start({ moduleName: 'home/home-page' }); to app.start({ moduleName: 'home/new-page' }); in app.ts it's working fine.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
playground above