-
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
CSS Flex box on form labels not working properly on Android 4.3 #998
Comments
I know there were syntax changes overtime, which is why this ugliness exists: But it could be that the input's css isn't correct, or else I'd imagine there would may many more issues with Android css in general. Thanks for reporting this. |
Are you planning on looking into it? Forms on Android 4.3 (Galaxy S4) |
Yes I plan on looking into it, but at the time of writing this there are more pressing issues that need closing. But we'd also love to have your assistance in solving this issue, so please feel free to debug it and submit a pull request. Thanks. |
I sure will and am looking into it as we speak but it seems we both Lets stop the chit chatting and get to work. I'll keep you posted in |
@adamdbradley I've been doing some research today and it's rather hard to exactly reproduce the issue in for example CodePen. What I can reproduce is this: Open the codepen on Android 4.3: http://codepen.io/biinjo/pen/cHCsp |
Since Update; |
Ok, the real culprit here is the lack of |
False alarm, looks like the fix is working for me. I've tested it on desktop chrome, Android 4.2, Android 2.3 and iOS7. Would you be able to check it out and let me know if you see any issues? Thanks. |
Will do in a couple of hours. Ill keep you posted. |
Cant confirm the fix for Android 4.3 (Galaxy S4) unfortunately :( |
Bummer because it's working on Android 2.3, Android 4.0, Android 4.2 and Android 4.4. Strange that 4.3 doesn't work. I'll try to get my hands on a Samsung S4 and see if I can some up with a fix. Thanks. |
It also works in Android 4.3 emulator. |
This smells more and more like a local issue on my end. I'll try to do some more research this week. |
Hey just to chime in, labels are working fine on my Galaxy S3 running 4.3. Maybe it's an S4 issue? |
@adamdbradley Yes! It's working. Like always, your work is again super appreciated. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I'm using a Galaxy S4 and this is the result in all my forms:
I am still digging around the CSS flexbox specification to see where the shit hits the fan but I can't find anything so far. According to http://caniuse.com/flexbox there is 'limited support' for this feature in Android 4.3 but I can't really find out what that means.
Anyone else experiencing this issue?
The text was updated successfully, but these errors were encountered: