nativescript-advanced-webview icon indicating copy to clipboard operation
nativescript-advanced-webview copied to clipboard

How to get current URL or HTML?

Open gabrielsmelo opened this issue 5 years ago • 1 comments

I'm trying to get the current URL or maybe the HTML, just like we can do with Nativescript WebView UI component.

Does this plugin has any way to get it? Because I'm not being able to find it. :(

gabrielsmelo avatar Aug 19 '19 19:08 gabrielsmelo

I was researching this possibility as well. And what I found is that it's an external browser, for security reasons it does not allow you to get current URL of it or interact with it in any way, sadly.

maxorlovsky avatar Feb 14 '20 14:02 maxorlovsky