M
M
maul_dmm2015-03-31 09:43:15
css
maul_dmm, 2015-03-31 09:43:15

How to make flex-wrap work on Default Android Browser?

I am using Flexbox in a project. Most compatibility issues are resolved by using prefixes and the old syntax.
Early versions of the Default Android Browser support the old syntax but don't digest wrapping.
Are there ways to enable support for this property? I left modernizr as a last resort.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pretor DH, 2015-03-31
@PretorDH

There seems to be a partial solution for Android and old Lis:
white-space: {nowrap | normal - instead of wrap}; The wrap-reverse
option will not work (but it is not needed in our realities).

V
Vladimir T, 2017-01-05
@Flicker

It's been a year, but this question is being asked 3 on goole for "flex-wrap android " I've run into
a similar problem: flex-wrap doesn't work in the standard Android browser. Android version 4.1.
After searching, I came across an article https://kyusuf.com/post/almost-complete-guide-to-f... which shows the solution analogues of solutions without flex

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question