Good day!
Whether here interests whether there is an opportunity to define iOS device on the website by means of jQuery ?
In this way:
jQuery.os = { name: (/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase()) || [u])[0].replace('sunos', 'solaris') }; Source: https://ru.stackoverflow.com/questions/203700/
All Articles