Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. window.Modernizr.addTest('playsinline', function() { return ('playsInline' in document.createElement('video')); });
  2. window.Modernizr.addTest('windows', function() { return (window.navigator.appVersion.indexOf('Win') > -1); });
  3. window.Modernizr.addTest('mobile', function() { return (/Android|webOS|iPhone|iPad|iPod|BlackBerry|Windows Phone/gi.test(window.navigator.userAgent)); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement