#18540 closed defect (fixed)
Various issues with sniff on Windows Phone 8.1 Update 1
Reported by: | Youcef Mammar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.8 |
Component: | General | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Under Windows Phone 8.1 Update 1, user agent is
Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537
As a consequence,
- has("webkit") and has("mozilla") return a truthy value, and
- has("safari") returns NaN.
Change History (3)
comment:1 Changed 6 years ago by
- Edit: no issue with has("mozilla"), just has("webkit") and has("safari")
comment:2 Changed 6 years ago by
Milestone: | tbd → 1.9.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 6 years ago by
https://github.com/dojo/dojo/commit/0c4df7a2ee80eb03b6e4d55996df76c24515387c and backported to 1.9 & 1.10.
Note: See
TracTickets for help on using
tickets.