Summary | Opera Mini |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | vt (at) volkerthen (dot) com |
Created | 11/12/2005 (7187 days ago) |
Due | |
Updated | 03/15/2006 (7064 days ago) |
Assigned | 02/09/2006 (7098 days ago) |
Resolved | 03/15/2006 (7064 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Queue ⇒ Horde Framework Packages
Assigned to
State ⇒ Assigned
New Attachment: operamini.patch
certainly think that Opera Mini performs better if treated like a
mobile device. As said earlier, OM supports all the "standard
features" but I'd rather have the quick response times and simple UI
of MIMP when I'm mobile.
Anyway, the User Agent of OM 1.2 seems to contain both "Opera 8" and
"Opera Mini" (but not operamini) which makes the current Browser.php
code (rev 1.153.2.38 from Horde 4.1 RC2) detect it as a regular Opera,
instead of Opera Mini. I suggest that we move the detection of
operamini, mobileexplorer etc to the top of that if{}, right above
Opera, and that we also add detection for "opera mini". Please see the
attached patch.
Best Regards
Daniel Andersson
Yes Opera mini supports all those, but if possible a stream lined
interface is better to render in a small screen, although Opera's
extensible rendering architecture can deal with any content just fine.
Opera mini too supports all the javascript I mentioned, but using that
same javascript in a mobile-phone with limited resources (which is the
aim of this browser) might cause efficiency problems, and mobile
phone's input (small keyboard, few keys) is far from something which
allows interactive rich application to be used efficiently, although
the browser supports it. You could sniff the UA string of the browser
and guess the king of mobile phone the user has, or find the screen
width. Opera mini is designed to work with any java enabled mobile
phone which can be anything.
State ⇒ Resolved
State ⇒ Feedback
Opera mini has support for images, iframes, XMLHttpRequest, javascript
1.5, dom and css, just like Opera for the desktop.
composite driver. First a normal Horde login screen appears and after
logging in there is the sidebar plus the mimp login.
I'm using the composite driver as described in the wiki.
The driver works with other mobile browsers.
State ⇒ Resolved
Btw, your version of MIMP's compose.php has nothing to do with your
version of the framework...
New Attachment: Browser.php.diff
doensn't line up with anything in the latest version of the file.
* $Horde: mimp/compose.php,v 1.60 2005/06/22 23:44:22 selsky Exp $
A unified diff file is attached.
Debs
State ⇒ Feedback
doensn't line up with anything in the latest version of the file.
caused the Openwave emulator and Microsoft Mobile Explorer to be
detected as "mobiles". The Nokia Mobile Browser Simulator was
detected as a mobile without adding to Browser.php. I do not have
Opera Mini, but have added a line for it for good measure:
strpos($this->_lowerAgent, 'mobileexplorer')
!== false ||
strpos($this->_lowerAgent, 'openwave') !== false ||
strpos($this->_lowerAgent, 'operamini') !== false ||
Regards,
Debs Pollard
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ MIMP
Summary ⇒ Opera Mini
Type ⇒ Enhancement
is it possible to add Opera Mini to the list of known mobile browsers?
UserAgent is (e.g. with a Nokia 9500)
"Opera/8.01 (J2ME/MIDP; Opera
Mini/1.1.2277/hifi/nordic/de; Nokia 9500; de; U; ssr)".
Thanks
Volker