-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shouldOverrideUrlLoading - Android #66
Comments
This might cause by calling JavaScript binding before Line 214 in f06bcdf
|
I'm getting the same problem on my Samsung Galaxy Note 5. Android version is 7.0 and API level 24. Can anyone solve this problem. I ask for your help. |
Unfortunately, the same still happens on Android 13. |
I managed to get it to work. I hadn't thoroughly read the documentation. After setting |
@manuel-plavsic thanks for the idea! I will add this logic in the |
@manuel-plavsic Released new version
The |
I tried it, and it works! Thank you for the simpler logic! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
I can't seem to get shouldOverrideUrlLoading working on android. I have tested the Example app as well, just to be sure it wasn't my projects setup, however, i see the same issue.
It works fine on IOS, just not Android.
I see the following in the console whenever the InAppWebView is present:
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/art (13736): Attempt to remove non-JNI local reference, dumping thread
W/cr_BindingManager(13736): Cannot call determinedVisibility() - never saw a connection for the pid: 13736
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: