get content of webview in nativescript
问题 Is there a way I can read the content of webview after the page is loaded ? The reason is redirect (like window.location.replace or window.location.href ) is not working in IOS in my case, works fine in Android. https://docs.nativescript.org/cookbook/ui/web-view I can access url, error. but how to access content ? Narayan 回答1: I was only looking for IOS. I found the answer and sharing it here. For Android I would like to point some leads. if (webView.ios) { var webHeader = webView.ios