You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
Because of the use of overflow: auto on the main element iOS will not use the "momentum scrolling". Maybe we should add it to the project template by default.
The text was updated successfully, but these errors were encountered:
If I remember correctly iOS will only use momentum scrolling if you put -webkit-overflow-scrolling: touch on the scrolling element.
Putting this on the main element might be nice for a demo, but if you actually want momentum scrolling you'll still need to think were to add this in your app. Or am I missing something?
Because of the use of
overflow: auto
on themain
element iOS will not use the "momentum scrolling". Maybe we should add it to the project template by default.The text was updated successfully, but these errors were encountered: