SyntaxFix
Write A Post
Hire A Developer
Questions
Here's how I do it in JavaScript:
function isMobile() { var index = navigator.appVersion.indexOf("Mobile"); return (index > -1); }
See an example at www.tablemaker.net/test/mobile.html where it triples the font size on mobile phones.