khanhlnq / jvnmobilegis

Automatically exported from code.google.com/p/jvnmobilegis
1 stars 0 forks source link

Touch screen improvements #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For clients with touchscreens,

1. Keep the current drag behaviour to pan the map
2. Add a new handler to detect a click+hold event on the touchscreen to
allow zooming

Suggested implementation of touchscreen zooming ...

1. Click and hold touchscreen for 2 secs and drag "up" to zoom in by half
the current map width/height, centered on the click point.
2. Click and hold touchscreen for 2 secs and drag "down" to zoom out by
twice the current map width/height, centered on the click point.

This is a bit like mouse gestures i guess and would make navigation a lot
easier.

Original issue reported on code.google.com by ch...@narx.net on 4 Oct 2007 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by khanh....@gmail.com on 5 Oct 2007 at 10:21

GoogleCodeExporter commented 9 years ago

Original comment by khanh....@gmail.com on 30 Nov 2007 at 8:36