-
Notifications
You must be signed in to change notification settings - Fork 121
get URL of a new page #16
Comments
Hi, this is currently possible using the
callbacks from the WebViewX widget. Currently on Web, they only provide iframe's source (srcDoc), not the URL. |
Any update need URL in callback |
Yes, I didn't have enough time to look into it, will check out ASAP |
Done #26 |
Hi,
How can I get informed about the new URL (full path) when I'm inside a WebView (Flutter Web project) and I clicked on a button (on the webpage) and got transmitted to a new webpage?
Thanks,
Lior
The text was updated successfully, but these errors were encountered: