Search found 1 match

by djkorbread
Mon Feb 02, 2015 3:55 pm
Forum: Device Information
Topic: Dell Venue Tablet
Replies: 3
Views: 14691

Re: Dell Venue Tablet

Touch is there in the user agent... so it should say touch is true but it doesnt... you can add... <?php if(strpos(strtolower($user_agent)," touch;") && $user_device=="generic_web_browser") {$touch_capability=true;} ?> you could also say if generic web browser and touch exists... give an option to t...