MOSM

I've done some work on MOSM, the mobile web site for seeing a map of where you are. For fun I thought I'd use HTML5. It worked out okay on the browser you get with Android 2.2.

One thing I had to learn to get a web page working in a mobile was to use the meta viewport element:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

If you try out MOSM, you'll notice that it has two flaws:

If you know how to solve these problems, please let me know.