I have a problem with flexbox
on stock android browser and safari mobile browser. So, is there is a way to catch that flexbox is not support in the browser and use in such case another styles? Like with IE catching @media screen and (min-width:0\0) and (min-resolution:+72dpi){})
and other?
Asked
Active
Viewed 53 times
0

Max Wolfen
- 1,923
- 6
- 24
- 42
-
Have you tried adding `display` values to see if the browsers you want to support will fall back? – fauverism Mar 31 '18 at 10:12
-
Maybe you could use postcss and autoprefix – Rukeith Mar 31 '18 at 09:10
-
2You may find options here: https://stackoverflow.com/q/33359157/3597276 – Michael Benjamin Mar 31 '18 at 15:50