bradmartin / nativescript-advanced-webview

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

Android: co.fitcom.fancywebview.AdvancedWebViewListener is not defined #40

Closed chrishaff closed 5 years ago

chrishaff commented 6 years ago

ReferenceError: co is not defined

When I call init() or openAdvancedUrl() I get this error: JS: ReferenceError: co is not defined JS: at Object.openAdvancedUrl (file:///data/data/org.nativescript.drawertemplate/files/app/tns_modules/nativescript-advanced-webview/advanced-webview.js:29:13)

I am using:

bradmartin commented 6 years ago

This is possibly a build issue with adding the plugin. Make sure you clean the platforms & node_modules then do a fresh build.