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 ?