Is there a way I can read the content of webview after the page is loaded in android using nativescript.
I am using this webview : https://docs.nativescript.org/angular/ui/ng-ui-widgets/web-view I find this SO: get content of webview in nativescript But here is not solution for android. It leads to How do I get the web page contents from a WebView?, but here is solution for android, but I am not sure how solve it in NS on Android.
What with: MyJavaScriptInterface with decorators or how set setWebViewClient(new WebViewClient() { in NS
Thanks