bradmartin / nativescript-advanced-webview

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

ReferenceError: co is not definded #28

Closed KRHugo closed 6 years ago

KRHugo commented 6 years ago

When you call the init () function, a "ReferenceError: co is not definded" message is displayed. I am using nativescript-vue.

const AdvancedWebView = require('nativescript-advanced-webview');
AdvancedWebView.init();
triniwiz commented 6 years ago

🤔 looks like aar file is not being added so it's not finding the class

bradmartin commented 6 years ago

Updated plugin and demo, works fine now, sounds like a build issue from the OP