如何使用NativeScript框架在android中获取webView的内容

时间:2018-09-28 08:30:00

标签: android webview android-webview nativescript

使用本地脚本将页面加载到android后,是否可以读取Webview的内容。

我正在使用此网络视图:https://docs.nativescript.org/angular/ui/ng-ui-widgets/web-view 我发现是这样的:get content of webview in nativescript,但这不是android的解决方案。 它指向How do I get the web page contents from a WebView?,但这是android的解决方案,但是我不确定如何在Android的NS中解决它。

用途:带有装饰器的MyJavaScriptInterface或如何在NS中设置setWebViewClient(new WebViewClient(){

谢谢

1 个答案:

答案 0 :(得分:0)

我已经解决了问题,并且使用了此NS插件Nota NativeScript Webview Ext:https://market.nativescript.org/plugins/@nota%2Fnativescript-webview-ext

在角度项目中,需要将其导入app.module.ts中以注册WebViewExt元素。