How to disable access to website for mobile?
css, html, jquery, jquery-mobile
Solution
Detect Mobile Browsers provides various open source mobile phone detection scripts (including JavaScript and jQuery) which you may find useful.
To use it:
"Download a mobile browser redirect script and change `http://detectmobilebrowser.com/mobile` to your mobile site's URL."
Problem
My webpage doesn't work for mobile devices, so I want to disable mobile access, at least for now. Is there a jQuery/javascript script to disable access to a website for smartphones and mobile devices? Could it be redirected to a small 404 page (or similar) that I will setup saying that you have to visit the website on a computer? In addition, do you have any good references on designing a site for mobile access?