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
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
The Issue: When making a responsive websites you want the sizes of elements to be directly correlated with the size of the screen. The common solution now is media queries