Javascript Mobile Check
Check if the browser being used is mobile device.
This is a javascript snippet that checks if the browser being used is on a mobile phone. This does not include tablets. var phone = { getUserAgent: function() { return navigator.userAgent; }, isAndroid: function() {