Replies: 2 comments
-
To answer my own question, it is currently disabled with no way to re-enable without a custom plugin or modifying swift code: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have an easier method: Follow this tutorial: The tutorial is for disabling the bounce effect. Instead, name the file EnableBounce and write the following code:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems by default there is no "bounce" at the top and bottom of the momentum scroll on the
<body>
, is there a way to enable it?As some background, my app has a large scrolling
contenteditable
. iOS Safari / wkwebkit has a bug that when you scroll anoverflow: scroll
container with a selection or cursor in it the selection or cursor fade out then jump to the final position when you stop scrolling (the cursor/selecting stays visible and moves nicely when it is the<body>
scrolling). This is un-appealing for an app which is primarily about text editing and so I'm hoping to use the main<body>
scrolling, but despite having momentum scrolling there is no bounce at the ends, it just stop dead.Beta Was this translation helpful? Give feedback.
All reactions