-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page can't show notification again after reactivated (navigate to new page then goback) #9
Comments
Hi @gogoout |
Hi @shiv19 , Page2:
And on Page2 there is also a typical link which is like this:
So there is really nothing fancy here. Please let me know if you need any further information. |
Having the exact same problem... App works 100%, forward, back, click links, new pages, etc etc.. the second I popup a notification, the issue starts. from that moment on, if i leave that page and navigate forward, as long as i use the sidebar i can continue to navigate around... but the second I navigate back in history my app stops working. The sidebar continues to open, but the homepage never clicks anymore, the sidebar never navigates anymore (it clicks the links and highlights the links but they never navigate), its like the notification is blocking the router? so strange.. if i never use the plugin the app never breaks, no matter where I put the dialog to popup (regardless of the compoenent location) the app stops working after the dialog pops up. Super simple dialog, click to confirm basics... I would do tns create test and make a angular app, then drop in your dialog and see if you can route forward and back (the demo app should have a list view with details, so that should be pretty easy to setup) |
Same issue here ... 1 try:
2 try - Moving the navigation to the onDismiss callback:
All giving this error: |
@davecoffin |
Sorry for reviving an old post ... |
Did anyone found a solution? |
Hello, |
Make sure to check the demo app(s) for sample usage
Yes
Make sure to check the existing issues in this repository
Yes
If the demo apps cannot help and there is no issue for your problem, tell us about it
See detail
Which platform(s) does your issue occur on?
IOS emulator(haven't tested on Android)
Please, provide the following version numbers that your issue occurs with:
CLI: (run
tns --version
to fetch it)tns --version
4.0.0
Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.json
file in your project)[email protected]
Runtime(s): (look for the
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)tns-ios
4.0.1
Plugin(s): (look for the version numbers in the
package.json
file of yourproject and paste your dependencies and devDependencies here)
"nativescript-cfalert-dialog": "^1.0.6",
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Also, I'm using Nativescript + Angular. Though I doubt it's related.
Is there any code involved?
The text was updated successfully, but these errors were encountered: