cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.89k stars 3.82k forks source link

scrollbar in ios10 is not showing but works in ios 11 #1213

Closed bandhavya closed 6 years ago

bandhavya commented 6 years ago

setting scrollbars: true in options shows the scrollbar in iOS 11 (iPhone 7) But iOS 10 (iPhone 5s) is not having any scrollbar but it scrolls.

Observed that the scroll related element having class ".iScrollVerticalScrollbar .iScrollLoneScrollbar" is not added in the dom.

bandhavya commented 6 years ago

It works prefectly fine. I missed scrollbar flag in one scenario. Thanks.