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
I have a main WebView file and a WebViewController file which contains some verifications to intercept some specific calls or open the external browser if the url is not in the authorized websites within the app.
To do so, I use the listener OnStateChanged. On iOS all the JS scripts are considered as user actions and triggers the listener for every script. It doesn't do it on Android though.
Can someone help or has already resolved this issue ?
Thanks.
The text was updated successfully, but these errors were encountered:
Alright I found the solution.
The listener always call shouldStart on iOS but doesn't go the startLoad state for the scripts, so i moved my controller call if it's a startLoad event. I close the issue. Sorry for the inconvenience.
Hello,
I have a main WebView file and a WebViewController file which contains some verifications to intercept some specific calls or open the external browser if the url is not in the authorized websites within the app.
To do so, I use the listener OnStateChanged. On iOS all the JS scripts are considered as user actions and triggers the listener for every script. It doesn't do it on Android though.
Can someone help or has already resolved this issue ?
Thanks.
The text was updated successfully, but these errors were encountered: