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 problem because on android the interception reject calls webview.stopLoading() additionaly on top of returning true for shouldOverrideUrlLoading. Only return true should be enough which prevents to load that specific url. I tried with normal androidview and I am sure that stopLoading causes the problem (additional forwarding will not trigger anymore if stoploading is called before returning true). This is unwanted behaviour because we would like to intercept only one specific url at a time, but not all.
Cheers:)
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem because on android the interception reject calls webview.stopLoading() additionaly on top of returning true for shouldOverrideUrlLoading. Only return true should be enough which prevents to load that specific url. I tried with normal androidview and I am sure that stopLoading causes the problem (additional forwarding will not trigger anymore if stoploading is called before returning true). This is unwanted behaviour because we would like to intercept only one specific url at a time, but not all.
Cheers:)
The text was updated successfully, but these errors were encountered: