I’n doing an app that shows panoramas done with my Pahntom 3 drone. Here’s a preview:
https://www.youtube.com/watch?v=2v8LQMObLWQ
Typically, when the user taps the marker, a new scene (webview) with the panorama is shown.
I want to have some neat info in the marker popup. Typically this would be the name of the place in question as title and maybe the date or something as the sub title.
The problem is that there is no obvious way to just show this info/popup without triggering the listener function associated to the marker. When I tap the marker, the listener is called and I open the panoramic view.
Surely I could add a delay so that the user can see a bit of the info before the panorama is opened, but that is not what I want. I want a possibility for the user to open the info or the pano by actions on the marker.
Something like a long tap for info and short tap for showing the panorama. But I don’t see any way of doing this. Any suggestions?