07-15-2009, 08:49 AM
[eluser]NachoF[/eluser]
When accessign from a Blackberry browser:
returns true
but
returns empty string
so does this
.....
returns the agent string correctly so theres got to be something wrong in retreiving the browser and the version from the string... dont know how to fix it though.
When accessign from a Blackberry browser:
Code:
$this->agent->is_mobile()
but
Code:
$this->agent->browser()
so does this
Code:
$this->agent->version()
Code:
$this->agent->agent_string()