oblador / angular-parallax

Lightweight & performant parallax scrolling for angular.js.
http://oblador.github.io/angular-parallax/
MIT License
203 stars 44 forks source link

touch devices support #10

Closed onsails closed 10 years ago

onsails commented 10 years ago

angular-parallax should not disable itself on both desktops with touch displays and mobile touch devices. Angularjs fails to compile duParallax with an error angular cannot read property 'compile' of undefined if user has modern display with touch-interface.

This PR enables parallax for both desktops with touch interfaces and ipads. Tested on windows with touch screen display and on ipad with iOS 7.1.1.

oblador commented 10 years ago

Thanks! Still very jumpy when momentum scrolling, but good enough for merge! :-)