On touch screen phone, when I set cursor on map component I can click on place only if place is in center of screen and that's fine(I don't set cursor on touch screen phone) but there are touch screen phones with keyboard like Nokia E6. And I want to make possible to click on place with keyboard and with finger(anywhere on screen) on touch screen phone. Does somebody has some idea?
Cursor can be in touch location or in center, not in both. One workaround might be that you paint your own cursor and then follow keypresses and map center locations in application level.
/JaakL