Sha256: 70d084d28ea1dc8b8a21e2cee8d2bf022ea763f5d38cb19f3d12bfaea8146927
Contents?: true
Size: 651 Bytes
Versions: 8
Compression:
Stored size: 651 Bytes
Contents
window.FormilyMobile = { isAndroid: function(){return !!navigator.userAgent.match(/Android/i)}, isWebOS: function(){return !!navigator.userAgent.match(/webOS/i)}, isiPhone: function(){return !!navigator.userAgent.match(/iPhone/i)}, isiPad: function(){return !!navigator.userAgent.match(/iPad/i)}, isiPod: function(){return !!navigator.userAgent.match(/iPod/i)}, isBlackBerry: function(){return !!navigator.userAgent.match(/BlackBerry/i)}, isWindowsPhone: function(){return !!navigator.userAgent.match(/Windows Phone/i)}, any: function(){return !!navigator.userAgent.match(/Android|Windows Phone|webOS|iPhone|iPad|iPod|BlackBerry/i)} };
Version data entries
8 entries across 8 versions & 1 rubygems