v2
v2 copied to clipboard
Remove double tap navigation
In the last weeks i had a lot of unwanted navigations when double-taping to zoom an image or trying to click a tiny link.
Only today I realized that there is some double tap feature causing this confusion. I would vote to remove double tapping and replace it with horizontal swipe.
Related to https://github.com/miniflux/miniflux/pull/341
I vote for keeping the double tap, it leads to less unwanted navigation than horizontal swipes.
I have the same bad user experience, I have a lot of accidental next post navigation due this strange behavior, and it's annoying because I'm marking some posts as readed when they are not... What about making this behavior configurable via settings?
Ahhh, this is what causes it! I was about to file a bug report due to quite frequent unwanted navigations. I assumed it was triggered by sideways swipe (which I also do not want), but couldn't reproduce. So I spent some time this morning and found that double tapping in the middle of a post navigates away from it. That helped me find this issue.
I strongly vote to remove this feature, and otherwise make it opt-in or bundle it with the current config for swipe on mobile. Double tapping content to navigate away from it is counter-intuitive and I haven't seen it anywhere else.
Furthermore, there seems to be a bug in the custom implementation of double click detection. I can trigger double-tap-navigation by pinching-and-zooming in either the left or right half of the post. So I'm not actually double tapping: I'm just zooming in to see details in an image or similar, and when I release the fingers, I end up navigating away from the post instead.
This is likely what I've triggered by mistake most of the time.
Edit: ~~Perhaps I should file a separate bug report for this?~~ I filed a separate bug report for this.
Can you add a settings toggle to disable all gestures and shortcuts beyond standard browser navigation functionality (system back button, hyperlinks, native keyboard shortcuts not created with JS)?
Sounds reasonable to me. I won't have time to do any implementation in the foreseeable future though, so I hope someone else is able to pick it up. To me, almost everything about miniflux just works, but this is the one thing making for a less enjoyable experience.
FWIW I would very much like to disable this "feature", but I do like the keyboard shortcuts, like j for the next entry.