[Tickets #2961] Opera Mini

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Dec 8 06:20:55 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2961
-----------------------------------------------------------------------
 Ticket             | 2961
 Updated By         | d.pollard at ucl.ac.uk
 Summary            | Opera Mini
 Queue              | MIMP
 Version            | HEAD
 State              | Accepted
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


d.pollard at ucl.ac.uk (2005-12-08 06:20) wrote:

> Hi,
>
> 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
>


Adding these lines after line 282 in horde/lib/Horde/Browser.php 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




More information about the bugs mailing list