-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Android Selection make the app crash if SDK < 28 #527
Comments
@pichillilorenzo i faced the same problem, would you please help? |
The app I was developing is now published, so I am using flutter_webview_plugin for Android and inappwebview for iOS. Webview s are and will always be a problem anyway. This is a really good plugin in any case. Good luck |
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. |
Environment
Device information:
Emulator
Description
If trying to select text on Android, to copy it, the app crashes
Expected behavior:
It should show the copy paste popup
Current behavior:
The app crashes
Steps to reproduce
##Code
Stacktrace/Logcat
Workaround
In the file android/src/main/java/com/pichillilorenzo/InAppWebView/InAppWebView.java, change the funcion onReceiveValue line 1865:
to
The text was updated successfully, but these errors were encountered: