-
Notifications
You must be signed in to change notification settings - Fork 512
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
Wrong Browser.platform reported for Windows Phone 8.1 #2678
Comments
@odysseuscm I don't have Windows Phone 8.1, could you post back what you get in this jsFiddle: http://jsfiddle.net/90k49fms/show/ |
Sure Getting closer ;-) |
Hi, I'm curious why the fix hasn't been merged into 1.5.2 before release? |
@odysseuscm i supose no one had time to review/test the pull request. cheers, |
mootools 1.6.0 (and 1.6.1dev) still report "ios" for Windows Phone. |
@odysseuscm I made a fix suggestion, now we need a dev to give 👍 and/or merge, or provide a better suggestion. |
Hello, I only got one Windows Phone with the latest developer update but for it mootools reports
Browser.platform == 'ios'
The other values are correct: Browser.name == 'ie', Browser.version == '11'
The user agent for IE on this phone is:
Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; SAMSUNG; GT-I8750) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537
In my opinion the reported platform should be 'winphone'.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6434098-wrong-browser-platform-reported-for-windows-phone-8-1?utm_campaign=plugin&utm_content=tracker%2F22067&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22067&utm_medium=issues&utm_source=github).Maybe others with (older) windows phones could check as well.
The text was updated successfully, but these errors were encountered: