-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
Labels
Description
i'm using this library in a app with Cordova & Vuetify.
one of the issues i'm having is that momentum scrolling doesn't work on my iphone unless i add the following to the style block in the render function:
'overflow-y': 'scroll',
'-webkit-overflow-scrolling': 'touch'
in another issue i noticed that you were using an iphone as well so was wondering if you had the same experience.
ref: