You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the possible uses: This could be used to communicate some state from within the webview. You parse the request and deny loading so the current page stays the same.
The text was updated successfully, but these errors were encountered:
In the next release 0.0.10 we will be able to listen for state changed, but we won't be able to block url except by scheme http, https, about (only on iOS)
Since communication with dart side and native side are asynchrone, we won't be able to execute a function on dart side.
Maybe we can use a regexp to match url we want, any idea ?
iOS has webView:shouldStartLoadWithRequest:navigationType: which can be used to deny loading if you don't want to follow a URL.
One of the possible uses: This could be used to communicate some state from within the webview. You parse the request and deny loading so the current page stays the same.
The text was updated successfully, but these errors were encountered: