flexbugs icon indicating copy to clipboard operation
flexbugs copied to clipboard

Android 4.4.2: can't get flex-wrap to work

Open daviddelusenet opened this issue 9 years ago • 2 comments
trafficstars

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!

daviddelusenet avatar Aug 15 '16 09:08 daviddelusenet

Please provide a link to your test case that shows the issue.

philipwalton avatar Aug 16 '16 05:08 philipwalton

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.

daviddelusenet avatar Aug 16 '16 07:08 daviddelusenet