billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Problems with the pinch and expand gestures (to change text size) #227

Closed jaimet closed 3 months ago

jaimet commented 6 months ago

I'm having problems with the pinch and expand gestures to change the text size. The pinch gesture seems to keep shrinking the text size even when I stop pinching, and I can't get the expand gesture to work at all. Apologies if this is "user error", but I just want to this problem logged before I run out of time tonight.

billthefarmer commented 6 months ago

If you have a large text file, because of the time spent resizing, that will happen. The double tap and swipe gesture is easier to control. I will investigate reducing the sensitivity.

jaimet commented 3 months ago

I'm still seeing this in version 1.96 (text file size approx 6kB). Have you closed this because the code has changed since I opened this, or because you can't reproduce this? (I can't find anything in the changelog that mentions this.) TIA, J

jaimet commented 3 months ago

And FWIW, I've just installed version 1.96 on a different phone and I'm getting exactly the same problem: "pinch in" reduces text size, but "pinch out" does not increase text size (and my text file consists of four words - one word on each line).