nativescript-windowed-modal icon indicating copy to clipboard operation
nativescript-windowed-modal copied to clipboard

using the plugin with nativescript-vue

Open growerp opened this issue 5 years ago • 0 comments

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.

growerp avatar Feb 28 '20 05:02 growerp