oblador / angular-parallax

Lightweight & performant parallax scrolling for angular.js.

Home Page:http://oblador.github.io/angular-parallax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The example doesn't work in Firefox

justinmc opened this issue · comments

The example doesn't work for me in Firefox, it just shows static images. Is this intended or a recent break? I saw older issues about IE but not Firefox.

Works fine on 30.0 on OSX. What are you using?

Thanks for the quick response. I'm on 30.0 on OSX :(

In my console I'm seeing "Error: h is undefined in angular.min.js if that helps. Weird.

Tried it in a private window and it works the same. You're not using some kind of adblocker etc?

Also tried in browserstack which works.

I am using ad block, but disabling it didn't fix the issue.

Whelp it sounds like it's something weird with my setup and you can probably close the issue... I'll try to check on another computer later and post back if I figure out what's going on though.

Bumped angular and made the demo protocol agnostic (ie it should work fine over https aswell as http). Working now? Does it work when you download the project and try the example locally?

It works! Strange bug. Thank you for getting back to me. You should probably update the github.io example when you get a chance too: http://durated.github.io/angular-parallax/

I did change the demo :-) Still doesn't work?

No, the demo at the url above does not work, but when I cloned the repository and tried it locally it did work. Are you sure that demo is up to date? Or is this a cross domain problem or something like that...