bradmartin / nativescript-advanced-webview

NativeScript plugin for Chrome CustomTabs on Android and SafariViewController on iOS.
Other
60 stars 28 forks source link

The app is not built since I installed the plugin #34

Closed CarlosTolenk closed 6 years ago

CarlosTolenk commented 6 years ago

image

At the time of installing the plugin the application stops working, I am initializing correctly as shown in the documentation but I get an error.

Why does this happen? Will I have to make the reference in the references.d.ts file?

triniwiz commented 6 years ago

I’m guessing you are using {N} v4 if yes then the plugin needs to be updated all you need to do for a temp solution is remove the dimension set by the plugin in the plugin directory include.gradle

Sent from Yahoo Mail for iPhone

On Friday, June 15, 2018, 6:04 PM, Carlos Tolentino notifications@github.com wrote:

At the time of installing the plugin the application stops working, I am initializing correctly as shown in the documentation but I get an error.

Why does this happen? Will I have to make the reference in the references.d.ts file?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

CarlosTolenk commented 6 years ago

I have removed the dimensions that are inside the plugin directory and the problem still continues.

bradmartin commented 6 years ago

Updated plugin to 3.0.0 and confirmed demo works just now. Try that if you have any issues still.