With reference to Klaus' GPS Example (using warwound WebViewExtras library):
Let's assume that a captured path is displayed on the map (Google Maps through webview).
It seems that clicking on a clear area of the map (away from the track) correctly generates a Click event (and a cursor is displayed) but clicking on or near the path itself does not seem to generate any event (at least none of the events that are declared in the example).
I have an app based on Klaus' GPS example and I would like to be able to click anywhere on the map and generate the click event. Can this be done?
Related: is there a list of all events supported by the webview? I can't seem to be able to locate it in the documentation.
Thanks in advance!
Let's assume that a captured path is displayed on the map (Google Maps through webview).
It seems that clicking on a clear area of the map (away from the track) correctly generates a Click event (and a cursor is displayed) but clicking on or near the path itself does not seem to generate any event (at least none of the events that are declared in the example).
I have an app based on Klaus' GPS example and I would like to be able to click anywhere on the map and generate the click event. Can this be done?
Related: is there a list of all events supported by the webview? I can't seem to be able to locate it in the documentation.
Thanks in advance!