mtr / angular-iscroll

AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
MIT License
74 stars 27 forks source link

Support being initially disabled. #24

Closed mtr closed 8 years ago

mtr commented 8 years ago

angular-iscroll is used i various projects. Some of these use iScroll to handle compatibility issues on, for example, older iPhones. As time and technology have progressed, newer devices (even from Apple) don't need the use of iScroll for scrolling overflow: scroll-styled div elements. However, using angular-iscroll will still make sense for many projects to keep compatibility for a wide range of still-active devices. Therefore, it makes sense to be able to keep the current uses of the iscroll directive, while turning off the actuall Iscroll instantiation on selected platforms.