Hey is it already possible to turn pages on scroll up or down?
It not I would like to see that Option.
That let a lot of small Bluetooth Page Turners be working
Regards,
Stephan
Thanks for that tip. Unfortunately that is not really useful for the conductors Score.
I think in the past there was a way to turn pages with swipe up or down.
But I can‘t find that setting anymore
While I can add support for swiping up/down to turn pages, it gets really messy if the page is zoomed or taller than the screen, as then you need to scroll to see all of it. If you scroll too fast, it's a swipe, which would then turn the page. So then I need to start trying to inject a lot of logic to prevent swiping from turning pages in certain scenarios, which may or may not be what the user wants.
Mike
(09-26-2024, 07:21 PM)Zubersoft Wrote: [ -> ]While I can add support for swiping up/down to turn pages, it gets really messy if the page is zoomed or taller than the screen, as then you need to scroll to see all of it. If you scroll too fast, it's a swipe, which would then turn the page. So then I need to start trying to inject a lot of logic to prevent swiping from turning pages in certain scenarios, which may or may not be what the user wants.
Mike
But isn’t that the same for swiping left/right?
There is already the Option to „disable page turn on swipe“.
So that will help the people who don‘t want that.
Or do I miss anything?
No, it's not really the same as I don't allow panning the page with a single finger horizontally unless the user specifically enables the panning mode (and I don't allow it at with a single finger in the vertical scrolling display mode). A two finger pan has to be used if panning mode is disabled. Scrolling vertically is expected in many scenarios such as using the single page display mode with half pages in landscape. Having said that, I'm not opposed to providing this as an option so long as it is disabled by default, so that users aren't surprised by pages suddenly turning while trying to scroll.
Mike
That would be fine for me, that I have to explicitly activate it