When I use the Opera Mini simulator with the User Agent library, it’s reporting itself as a browser instead of a mobile.
echo $this->agent->browser().' '.$this->agent->version().' '.$this->agent->platform();
Opera 8.01 Unknown Platform
echo $this->agent->agent_string();
Opera/8.01 ( J2ME/MIDP; Opera Mini/2.03942/1378;en;U;ssr)
