Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Phone 10.0 Edge will fallback to prefix all. #97

Closed
steinarn opened this issue Aug 25, 2016 · 1 comment
Closed

Windows Phone 10.0 Edge will fallback to prefix all. #97

steinarn opened this issue Aug 25, 2016 · 1 comment

Comments

@steinarn
Copy link

steinarn commented Aug 25, 2016

On Windows 10.0 Mobile with Edge
(UserAgent "Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Nokia; Lumia 520) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Mobile Safari/537.36 Edge/14.14348") getBrowserInformation will return browser = "ie_mob". _usePrefixAllFallback will then be set to true (Prefix.js line 64), result: eg display: flex will be prefixed and not be read by Edge.

If I move ['windowsphone', 'mobile', 'msedge'], ['windowsphone', 'tablet', 'msedge'] from "ie_mob" to "edge" (edge: [['msedge'], ['windowsphone', 'mobile', 'msedge'], ['windowsphone', 'tablet', 'msedge']], getBrowerInformation.js) everything renders correctly.

Tested on (with components from material-ui.com):

@robinweser
Copy link
Owner

Ill check that later this week, but it seems like you already got the fix. Thanks! @steinarn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants