nativescript-windowed-modal
nativescript-windowed-modal copied to clipboard
using the plugin with nativescript-vue
Just a comment for nativescript-vue users, could save you some time.
although the demo seems to work fine it did not in my app: it always showed full screen. i used the new nativescript-theme-core": "^2.0.24 and @nativescript/theme": "^2.3.0 which had an impact.
In your modal screen instead of:
<Page>
change it to
<Page backgroundColor="#A0000000">
did solve the problem.
hope it helps.