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)
tns-core-modules@4.0.0
-
Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
tns-ios 4.0.1
-
Plugin(s): (look for the version numbers in the package.json file of your
project 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.
- the process is like: page1 ->go page2 ->go page3, and in page2, a notification will show.
- if goes like page1->go page2, show notification, close notification -> go back to page1 -> go page2. Everything works as expected
- if goes like page1->go page2, show notification, close notification -> go page3 -> go back to page2. Page2 can't show notification again, and in this situation, if go back to page1, you can't go to page2 again
Also, I'm using Nativescript + Angular. Though I doubt it's related.
Is there any code involved?
- provide a code example to recreate the problem
- (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
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 --versionto fetch it)tns --version4.0.0Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.jsonfile in your project)tns-core-modules@4.0.0Runtime(s): (look for the
"tns-android"and"tns-ios"properties in thepackage.jsonfile of your project)tns-ios4.0.1Plugin(s): (look for the version numbers in the
package.jsonfile 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?