Search found 2 matches

by jurijus01
Thu Apr 16, 2015 3:01 am
Forum: WURFL.js
Topic: IOS device detection
Replies: 2
Views: 32051

Re: IOS device detection

Thanks!
by jurijus01
Wed Apr 15, 2015 1:18 pm
Forum: WURFL.js
Topic: IOS device detection
Replies: 2
Views: 32051

IOS device detection

Is there a way to get "is_ios" parameter with WURFL.js like here http://wurfl.sourceforge.net/php_index.php

Now i use this JS function to check:

Code: Select all

/(iPad|iPhone|iPod)/g.test(WURFL.complete_device_name)