sozi-projects / Sozi

A "zooming" presentation editor
http://sozi.baierouge.fr
Mozilla Public License 2.0
1.59k stars 165 forks source link

Mobile navigation: tap or swipe #705

Closed reginaldofisica closed 6 days ago

reginaldofisica commented 5 months ago

Summary of your problem or feature request

In previous versions (at least 19.04) I could navigate just by TAPPING the touch screen on mobile devices. Now I need to SWIPE left or right for the same purpose. Is it a different approach or unexpected behavior? Thanks for this great software. Greetings.

Version of Sozi and other relevant software

Steps to reproduce the problem

Playing any Sozi (23.07) presentation on Smartphones

RiccardoRuffilli commented 1 week ago

Is it any way to return to the old behaviour?

aumouvantsillage commented 6 days ago

@reginaldofisica

Is it a different approach or unexpected behavior?

The short answer is "it is a different approach".

Touch gestures are a contribution from @tshoppa. In the previous version, only mouse actions were supported, "taps" being interpreted as "left clicks". When touch support was added, the "tap as click" behavior ceased to work. And for some reason, @thoppa only implemented swipe gestures.

I have just added tap support as an additional touch gesture. Swipes still work.