nativescript-webview-interface
nativescript-webview-interface copied to clipboard
Plugin for bi-directional communication between webView and android/ios
> Fatal Exception: com.tns.NativeScriptException: > Calling js method onWebViewEvent failed > > TypeError: Cannot read property 'evaluateJavascript' of null > > StackTrace: > Frame: function:'push.../node_modules/nativescript-webview-interface/index.js.WebViewInterface._executeJS > >
I have my code running fine on ios in the simulator, but for some reason will not work on the real device. I've created a playground: https://play.nativescript.org/?template=play-ng&id=avDVF8&v=21 I'm trying to...
First of all, thank you very much for this plugin. I'm sure this has helped a lot of people. Here is my scenario: I have 2 files, home.js and page2.js...
Hi, in my webview i am using alert and confirm, it's not showing, how to solve this?
When I am trying to run my application in iOS real device after integrated the webview-interface and modified the index.html file with adding some elements and passing the data from...
I am using web-view with nativescript application and what i have is a web with multiple posts and i want to get the total number of posts from the web...
i can use a click inside of a webform to set an alert in my native component, but for some reason it doesn't open a modal with data. If I...
I have an angular web app. For some reason, I have to get it work within nativescript app. I see your demo run a local html in webview with your...
Hello Shripal soni, After updating nativescript to 4.0.0 on Mac machine I am getting this error: ``` Received an unexpected URL from the web process: 'file:///......./Documents/assets/course_1/a001index.html' Received an invalid message...
When login form submit , the app show blank page , not to render page, but the second time is normally, WHY, please ..