flexbugs
flexbugs copied to clipboard
Android 4.4.2: can't get flex-wrap to work
Currently I'm working on a website where I use a lot of flexbox. I'm now testing on Samsung Galaxy Note II which runs on Android 4.4.2.
This website says all flexbox properties should be useable. However, flex-wrap doesn't work on my test device.
I created a JSFiddle to illustrate what I want to achieve. Using floats or something else isn't an option.
I used this CSS to make the wrapping happing:
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
Is there a way to make wrapping work on Android 4.4.2? Thanks!
Please provide a link to your test case that shows the issue.
Sorry forgot to include the link to the JSFiddle, here it is: https://jsfiddle.net/us32v980/1/
If you open this fiddle on an Android running Android 4.4.2 the wrapping won't work.