angular-parallax
angular-parallax copied to clipboard
Error when testing on mobile emulator of Google Chrome
Hi, currently integrated angular-parallax in a web project and it does not work on mobile devices. It also seems that it chokes the whole web project on safari on my Iphone and other Apple devices, resulting in a complete CRASH of Safari!
This is the error I get when emulating any mobile device. When I remove the du-parallax attribute, the error is gone and the webproject runs again on Apple devices without Safari shutting down.
TypeError: Cannot read property 'compile' of undefined
at angular.js:6485
at forEach (angular.js:323)
at Object.
Also, from my experience, the parallax effect is choppy on all desktop browsers when scrolling with the mouse, all but firefox. (probably because it has a smooth scroll).
Hope this helps you to improve this angular module. Kind regards
I have same problem. So does it works on mobile devices?