jonathantneal / polyfill

A polyfill combinator
MIT License
738 stars 13 forks source link

adding facebook user agent to Intl #84

Closed andreafdaf closed 8 years ago

andreafdaf commented 8 years ago

When opening a page in the Facebook for iOS in-app browser the user agent is recognized as "facebook" instead of "safari", this doesn't happen in Android where the UA is correctly interpreted as Chrome, so aliasing might not be necessary (being aliasing "facebook" to "safari", or even correctly interpreting it in the first place)

I'm making this commit to correct this issue https://github.com/facebook/react/issues/6739