jQuery mobile example Broken with Firefox
Opened this issue · 1 comments
illume commented
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
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