-
Notifications
You must be signed in to change notification settings - Fork 308
Firefox iOS flex getting removed from styles #972
Comments
I'm guessing it's ISP, since we straight proxy that. Can you check upstream for us? Thanks! |
I have opened an issue upstream robinweser/inline-style-prefixer#155 |
This seems to be inline-style-prefixer issue. I have posted in the same issue created by @IanCStewart: I have a similar issue while using FormidableLabs/radium. The problem occurs on iOS firefox and seems to depend on user agent. User agent where the problem occurs is: |
it looks like the upstream issues was closed => rofrischmann/inline-style-prefixer#155
|
It looks like ISP no longer supports dynamic vendor prefixing as of version |
The dynamic prefixer determines browser name is firefox with browser version 10.6. The dynamic prefix data for firefox does not have an entry for flex and so no prefixing. It could be possible to handle cases like this with an additional radium config property, mapUserAgent. prefix-plugin.js ( other paths to the prefixer to be considered )
prefixer.js
|
Flex isn't getting passed in iOS firefox browser.
Elements within a flex container with styles:
{ flex: 1 }
won't grow as expected.Might be an issue within inline-style-prefixer
The text was updated successfully, but these errors were encountered: