01-04-2021, 08:16 PM
Not sure where to post this, but I'm having trouble getting my app working on mobian, works ok on a desktop.
I'm making a geocaching app for mobian and it's mostly working except when clicking on caches on the map, double clicking to zoom in doesn't work either.
A current build can be found here: http://files.evilbunny.org/geocachingapp.deb
The app is far from finished, so far you can login and download caches and move the map about by clicking and dragging. If you run it on a desktop you can click on a cache and it outputs to stdout the cache ID, pinching to zoom on mobian doesn't seem to work either.
The signal to detect clicks on the markers is "button-release-event", I'm not sure if this signal is being sent to apps based on touches, and libchamplain doesn't seem to track/pass on "clicked" events to marker objects.
Any help would be much appreciated.
I'm making a geocaching app for mobian and it's mostly working except when clicking on caches on the map, double clicking to zoom in doesn't work either.
A current build can be found here: http://files.evilbunny.org/geocachingapp.deb
The app is far from finished, so far you can login and download caches and move the map about by clicking and dragging. If you run it on a desktop you can click on a cache and it outputs to stdout the cache ID, pinching to zoom on mobian doesn't seem to work either.
The signal to detect clicks on the markers is "button-release-event", I'm not sure if this signal is being sent to apps based on touches, and libchamplain doesn't seem to track/pass on "clicked" events to marker objects.
Any help would be much appreciated.