Originally Posted By: Joseph

3. Tweaking the mobile interface
Gmap4 is not a ‘native’ app for your phone. Instead, the exact same code that runs in the browser on your desktop/laptop also runs in the browser on your phone. Amazing! But this means my options for improving the interface when running on a phone are somewhat limited. What I can do fairly easily is add buttons. However, each button would cover part of the map.


You're doing the right thing - there are just too many apps out there that really should just have been web interfaces....

Google "responsive web design", in which the layout and functionality can be made a function of both the size (in pixels) and screen resolution (dpi) of the viewer. Done right it is a very nice way to support multiple platforms.