This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Description
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
- CLI: 6.3.3
- Cross-platform modules: 6.3.2
- Runtime(s): 6.3.1
- Plugin(s):
"dependencies": {
"@nativescript/theme": "2.3.2",
"@nstudio/nativescript-cardview": "1.0.0",
"@nstudio/nativescript-checkbox": "1.0.0",
"@nstudio/nativescript-floatingactionbutton": "2.0.0",
"@nstudio/nativescript-loading-indicator": "3.0.2",
"nativescript-carousel": "6.1.1",
"nativescript-google-places-autocomplete": "1.0.3",
"nativescript-image-cache-it": "5.0.0-beta.9",
"nativescript-material-icons": "1.0.3",
"nativescript-permissions": "1.3.8",
"nativescript-toasty": "3.0.0-alpha.2",
"nativescript-ui-dataform": "6.0.0",
"nativescript-ui-listview": "8.0.1",
"tns-core-modules": "6.4.1"
},
"devDependencies": {
"nativescript-dev-webpack": "1.5.0"
},
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
- Create a regular page and open a modal from it.
- In the modal, trigger the loader to display. It will not show. When you click back to close the modal, the loader will be over your regular originating page.