Answer the question
In order to leave comments, you need to log in
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
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).
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 questionAsk a Question
731 491 924 answers to any question