Posts: 108
Threads: 24
Joined: Jul 2021
Reputation:
1
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
Posts: 108
Threads: 24
Joined: Jul 2021
Reputation:
1
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
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
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
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
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
Posts: 108
Threads: 24
Joined: Jul 2021
Reputation:
1
That would be fine for me, that I have to explicitly activate it