-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
html select element not working in WebView on android tablets #16736
Comments
I just updated my Samsung SM-T567V tablet from Android 6.0.1 to Android 7.1.1. I suddenly started seeing this issue where html selects are not dropping down in React Native Webview. For me the issue did not appear in Android 6.0.1, but now it does on my updated Android 7.1.1 tablet. In addition I tried it on a Samsung Phone with Android 7.0 and did NOT see the problem on the phone. |
any status, on this is anyone looking into this? |
Here is some console data from android studio.
12-06 16:29:40.084 10357-10357/com.selecttest D/ViewRootImpl@d03db5f[MainActivity]: ViewPostImeInputStage processPointer 0
12-06 16:30:02.310 10357-10357/com.selecttest D/ViewRootImpl@d03db5f[MainActivity]: ViewPostImeInputStage processPointer 0
12-06 16:33:43.415 10357-10357/com.selecttest D/ViewRootImpl@9202840[PopupWindow:15a47c3]: mHardwareRenderer.destroy()#4 beginning of system
12-06 16:34:12.861 10357-10357/com.selecttest D/ViewRootImpl@d03db5f[MainActivity]: ViewPostImeInputStage processPointer 0 |
More information showing this issue.
12-07 14:58:34.733 24071-24071/com.selecttest D/ViewRootImpl@1d32b32[MainActivity]: ViewPostImeInputStage processPointer 0
12-07 14:58:52.295 24071-24071/com.selecttest D/ViewRootImpl@1d32b32[MainActivity]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1024, 768) ci=Rect(0, 24 - 0, 0) vi=Rect(0, 24 - 0, 0) or=2 |
This has been an issue for sometime now...this chrome android tablet issue has impacted many such as: ionic, phonegap, selendroid, and most other mobile platforms with webview integrations in relation to the dreaded select field. Of which none of the proposed solutions work. |
Some additional information related to this issue: https://productforums.google.com/forum/#!topic/chrome/Q4Rt6d0C4Qo and modals are not an option for everyone, especially not in my case. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Hello I have the same issue, any solution ? @weremax |
I had to use a very cumbersome workaround nothing in react-native worked because it is at best guess a chrome tablet issue. It is an input facade that worked for me and very drawn out to boot with style selecting and settings on clicks etc... |
thanks @weremax |
I have the same issue happening while opening a activity which is created but nothing shown. In below log there is line I didt make my activity translucent then why logs are saying this? Note:
|
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: OS X El Capitan 10.11.6
Node: 7.3.0
Yarn: 0.27.5
npm: 4.1.2
Watchman: 4.6.0
Xcode: Xcode 8.1 Build version 8B62
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.0.0 => 16.0.0
react-native: 0.50.1 => 0.50.1
Expected Behavior
Expect the select to work on all the platforms it works on android phone but does not work on tablet correctly.
Actual Behavior
or
Reproducible Demo
See original ticket #12070
The text was updated successfully, but these errors were encountered: