/ Published in: JavaScript
A tiny snippet on how to easily detect iPad/iPhone/iPod using javascript.
Expand |
Embed | Plain Text
if (navigator.userAgent.match(/iP(ad|hone|od)/i)) { [Here goes the magic.. ] }
You need to login to post a comment.
