nativescript-webview-interface
nativescript-webview-interface copied to clipboard
Plugin for bi-directional communication between webView and android/ios
* exception occurred in function _onWebViewEvent if no data was returned from webview on ios
i get this in console @shripalsoni04 `chromium: [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property '_onNativeEvent' of undefined", source: (1) ` heres my system info `$ tns info All NativeScript components versions...
In "nativescript-webview-interface/index.android.js" there is a typo in this function (the "v" in nativescriptwebviewinterface): function getAndroidJSInterface(oWebViewInterface){ var AndroidWebViewInterface = com.shripalsoni.nati**v**escriptwebviewinterface.WebViewInterface.extend({ // rest of function } but even after fixing it, I'm...
Hello there, There seems to be a typo at line 10 of 'index.android.js'. I'm getting following error when I run this project on android: _Cannot read property 'natiescriptwebviewinterface' of undefined_...
hi, i feed the webview from an html source, how can i capture the tap on a link event to open the link with an external browser? i've seen the...
hi , since i upgrade my env to nativescript 6.0.0 im having trouble to run webview im getting and error on callJSFunction undefined is not an object (evaluating 'this.oLangWebViewInterface.callJSFunction') import...
For nativescript-vue do: In your template: ```` .... .... ```` in ```` import { WebView } from 'tns-core-modules/ui/web-view' let webViewInterfaceModule = require('nativescript-webview-interface'); export default { data() { oWebViewInterface: null }...
Trying to incorporate this awesome module into my Vue-NativeScript test project. Installed via npm (tns doesn't seem to work somehow) npm install -D nativescript-webview-interface This line of code threw the...