ember-scrollable icon indicating copy to clipboard operation
ember-scrollable copied to clipboard

Scrolling is feeling sluggish on ios/safari compared to native scrolling.

Open RobIsHere opened this issue 7 years ago • 1 comments

The scrolling does not feel like the native scrolling but rather sluggish if you open it in Safari on iOS. Reproduction: your demo page.

RobIsHere avatar May 23 '17 12:05 RobIsHere

-webkit-overflow-scrolling: touch helps with this.

https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-overflow-scrolling

RobIsHere avatar Jun 01 '17 10:06 RobIsHere