PINE64
App dev on mobian - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: App dev on mobian (/showthread.php?tid=12702)



App dev on mobian - evilbunny - 01-04-2021

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.