-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Select not working on Android 2.3 #1298
Comments
That method will not allow the user to scroll when the target is a select element, so I instead change it a little bit so it can still be scrolled. Thanks for looking into this! |
Its not working for me, android 2.3.6 |
Its not working for me, Android 2.3.6 |
Same problem for me on Android 2.3.3, with the latest Ionic version (beta 11). If I seed a "tabs" app, paste in the code from your docs, then deploy to my phone, tapping the select element doesn't do anything. Nothing interesting in the log:
The fixes suggested here and here have not helped. I'm not sure if this falls under the umbrella of "scaled-down support for Android 2.3", but any help debugging would be appreciated. |
I can confirm this problem on 2.3.7 🐼 |
I have the same problem on 2.3.5 |
Is this issue have been resolved? I am facing the same, see the description on Stackoverflow at |
Maybe try using Gap Debug there you can see the actual html DOM generated On Tue, May 10, 2016 at 1:44 AM, RupenAnjaria [email protected]
Navneet Bhartia |
Hi I don't think I got it to work and eventually set the minimum supported On Tue, May 10, 2016 at 1:44 AM, RupenAnjaria [email protected]
Navneet Bhartia |
Facing the same on Android 5.0 |
Select on Android 2.3 is not working. I'm working from master.
There was a issue #1254 and that fixed most of the issue, but not Android 2.3. In reviewing that fix, I noticed there was a similar construct in scrollView.js.
Select on Android 2.3 works if you change the one statement to:
I tested pre/post change on android 2.3, 4.4, iOS 6/7, and Safari/Chrome with no obvious bad side effects.
The text was updated successfully, but these errors were encountered: