bradmartin / nativescript-advanced-webview

NativeScript plugin for Chrome CustomTabs on Android and SafariViewController on iOS.
Other
60 stars 28 forks source link

How to get current URL or HTML? #45

Open gabrielsmelo opened 5 years ago

gabrielsmelo commented 5 years ago

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. :(

maxorlovsky commented 4 years ago

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.