| Summary | Detection of Nokia WebKit-based browser |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Matt Selsky <selsky (at) columbia (dot) edu> |
| Requester | s (dot) lazzaris (at) interactive (dot) eu |
| Created | 02/14/2008 (88 days ago) |
| Due | |
| Updated | 03/09/2008 (64 days ago) |
| Assigned | 03/08/2008 (65 days ago) |
| Resolved | 03/09/2008 (64 days ago) |
| Attachments | Browser.patch ![]() |
| Milestone | |
| Patch |
Taken from Chuck Hagenbuch
Assigned to Matt Selsky
yes that solves the problem.Try this commit:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080303/075905.html
Queue ⇒ Horde Framework Packages
The patch has "SymbianOs" but the comment has "SymbianOS". Is the downcase "S" causing the problem?The Nokia E51 Browser with the below UserAgent is not recognized as a mobile phone.
Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE51-1/100.34.20; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Committed, thanks!New Attachment: Browser.patch
Queue ⇒ MIMP
Summary ⇒ Detection of Nokia WebKit-based browser
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
The browser included with NokiaN95, based on Safari WebKit, is not recognised as a mobile browser. The attached patch correctly detect the browser as a mobile one, searching for "SymbianOS" or "NokiaN" in the user-agent string.