Summary | Smartmobile detection: Chrome on iOS defaults to minimal view |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/12/2012 (4590 days ago) |
Due | |
Updated | 12/13/2012 (4589 days ago) |
Assigned | |
Resolved | 12/13/2012 (4589 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 9f14d24ac3822e7082d3ed3d70559cc2775d79b9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Dec 13 10:22:52 2012 -0500
Bug: 11868Fix Chrome detection on iOS.See: https://developers.google.com/chrome/mobile/docs/user-agent
Chrome of iOS contains 'CriOS' in place of 'Chrome'.
framework/Browser/lib/Horde/Browser.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9f14d24ac3822e7082d3ed3d70559cc2775d79b9
Summary ⇒ Smartmobile detection: Chrome on iOS defaults to minimal view
it works fine in Safari but not in Chrome :)
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Smartmobile detection: Safari on iOS defaults to minimal view
Type ⇒ Bug
State ⇒ Unconfirmed
Safari on iOS doesn't seem to get detected as modern, AJAX capable browser.
The auto-detected default view is "minimal".
User-Agent from apache log:
"Mozilla/5.0 (iPhone; CPU iPhone OS 6_0_1 like Mac OS X; de-de)
AppleWebKit/536.26 (KHTML, like Gecko) CriOS/23.0.1271.91
Mobile/10A523 Safari/8536.25"
Cheers,
Thomas