zippy1978 / jquery.scrollz

Modern scrolling for jQuery
GNU General Public License v2.0
81 stars 17 forks source link

jQuery mobile example Broken with Firefox #23

Open illume opened 10 years ago

illume commented 10 years ago

The jQuery mobile example does not work in Firefox.

This is when the files are both local and the demo links provided on dropbox for different reasons.

It is broken on the dropbox demo links because they mix http and https. So firefox refuses to load the page.

When the example is loaded from the file system git branch, it does not allow scroll to refresh functionality.

zippy1978 commented 10 years ago

Hi,

Thank you: I just fixed the protocol issue, everything is okay now.

What do you mean by 'When the example is loaded from the file system git branch': do you try to access the HTML pages from the filesystem without a HTTP server ?

Regards, Gilles