shripalsoni04 / nativescript-webview-interface

Plugin for bi-directional communication between webView and android/ios
MIT License
89 stars 35 forks source link

fix(android): switch to evaluateJavascript instead of loadUrl #19

Closed danielgek closed 7 years ago

danielgek commented 7 years ago

targetSdkVersion in manifest is now 19+ ( base on chromium ). loadUrl can't load long strings now https://developer.android.com/guide/webapps/migrating.html.

Using evaluateJavascript() enables you to send long strings to the webview again

danielgek commented 7 years ago

forget it xD, look at #17