NativeScript: [iOS] Dialogs don't work on iOS
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
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 27 (16 by maintainers)
@speigg you were totally right that the bug still persists on non-Frame based apps! This problem should now be resolved in tns-core-modules@next version.
My bad, I’ve made these changes in my app and it’ finally working now! Thank You so much for your help! 👍