Guest User

Untitled

a guest
Mar 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // Check if user agent is from Apple
  2.  
  3. if(/iPad|iPhone|iPod/.test(navigator.userAgent)){
  4. // actions
  5. } else {
  6. // Maybe is Android ;)
  7. }
Add Comment
Please, Sign In to add comment