mukaschultze / nativescript-windowed-modal

Consistent modals for Android and iOS
https://www.npmjs.com/package/nativescript-windowed-modal
Apache License 2.0
47 stars 18 forks source link

using the plugin with nativescript-vue #22

Open growerp opened 4 years ago

growerp commented 4 years ago

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.