Quote:
Originally Posted by Okuma Steve
Just installed this on my site and it is treating all my devices as desktop browsers and not mobile. Any ideas on why that may be?
I've tested it with a nexus 4, nexus 7, and an Ipad 1
I'm using this to hide a footer ad from mobile users:
PHP Code:
<vb:if condition="!$vboptions['isMobile']">
code code code
</vb:if>
|
Did you follow the instructions in post #4? $vboptions['isMobile'] isn't going to exist if you don't set the value via a plugin first.