Closed
Bug 1073555
Opened 10 years ago
Closed 10 years ago
Show an unsupported message to Windows RT users
Categories
(www.mozilla.org :: Pages & Content, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: kohei)
References
(Blocks 1 open bug)
Details
(Whiteboard: [kb=1522225] )
Attachments
(1 file)
While working on Bug 1069663, I have noticed that we don't have any message for Windows RT (Windows 8 on ARM processors) users. The unsupported message can be added easily once my pull request for the bug is landed.
https://github.com/mozilla/bedrock/pull/2300
The detection is simple enough:
> if (navigator.cpuClass === 'arm') { /* Windows RT */ }
https://miketaylr.com/posts/2013/10/navigator-dot-cpu.html
Assignee | ||
Updated•10 years ago
|
Whiteboard: [kb=1522225]
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/eece9f972898027f182ec591a88913ec1911e63b
Fix Bug 1073555 - Show an unsupported message to Windows RT users
https://github.com/mozilla/bedrock/commit/7cdc1b1fe4f029205dcb70b216f2d411a9518b96
Merge pull request #2567 from kyoshino/bug-1073555-unsupported-windows-rt
Fix Bug 1073555 - Show an unsupported message to Windows RT users
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Blocks: download-buttons
You need to log in
before you can comment on or make changes to this bug.
Description
•