Trying pretty hard to make simple form page viewable in mobile devices. The form is viewable, just that I have to zoom in a lot to read it.
Hear is an example:
http://200.5.3.20/temp/PocketPC/dispatch.php
You can add the meta viewport tag that will scale the page to the device width:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
You can read up on it here too.
1.4m articles
1.4m replys
5 comments
57.0k users