All Android Devices

Detect Android Devices/Phone using jQuery

Android and iPhone/iPad development is pretty hot and very much in demand. Below small piece of code will be useful to detect android devices (i.e. Android Phones & Android tablets) using jQuery. Related Post: Detect Apple Devices (iPad, iPhone, iPod) using jQuery Detect iPhone Version using jQuery $(document).ready(function(){ var isAndroid = navigator.userAgent.toLowerCase().indexOf("android"); if(isAndroid > -1) […]
Read the rest of this entry »

Responsive Menu
Add more content here...