When writing long posts in the forum with an iPad, I need to scroll up and down as I’m working on my post.
However, the “scroll momentum” is disabled. So whenever I let go of my finger after swiping up or down, scrolling immediately stops. Instead, it should continue for 2-3 seconds after I stop. In particular, if I swipe quickly, it should go very far.
I believe this is a simple CSS property gone wrong.
Fixing this greatly improves usability with an iPad, when writing longer posts (which I do all the time).
The iPad Pro is becoming a very popular device and outperformed Apple’s expectations in terms of sales. I expect this trend to continue.
Oh, I see what this is, I did not read this properly.
Yes, this is a problem due to the way we implemented “preview sync”, definitely something we can improve for ultra long posts, I suspect it is fairly complex to fix though. It is way beyond a 1 line CSS fix we would need to handle gestures here I think.
When combined with the “editor only takes up half the height of the page” issue that you and I are discussing in another thread, almost all of my posts qualify as “super long posts” since the textarea is so small
Understood, I have a physical iPad keyboard and will experiment a bit to see if anything is better in iOS 12, stuff has changed here over the years, but its slow and Apple are not making any developers life easy here.
Very quick one here, everything you see on the screen is customizable, highly recommend you try out our /admin/customize/themes section, try creating a theme component, you can amend CSS for anything you want on your site.
No, this is going to be very tricky to work around, my priorities at the moment here are:
Start a movement to get Apple to provide an API that tells us that a keyboard is connected, Already opened a ticked with Apple on the bug tracker and Webkit, zero traction.
Decide with @codinghorror if we can pull in the “I have a keyboard” switch for iPads, instead of requiring a component
Figure our how to do shortcut post submission. Maybe make “option+enter” work for post submitting.
The touch resizing of composer may need a bit of tuning for touch, its a bit finicky