Here's an example of this failure:
https://dl.dropbox.com/u/13196858/Spr2013Mobile/jQueryMobile/index.html
The quick fix (if you can't switch all the CSS and JavaScript libraries to https), is to remove the "s" from the http, and download insecurely from dropbox. Not that this is a big deal for prototyping - it isn't, but confusing since the right click grab of the public dropbox url defaults to https ...
http://dl.dropbox.com/u/13196858/Spr2013Mobile/jQueryMobile/index.html
Or alternately, just pull all the CSS and JavaScript libraries into dropbox itself, where they will all be hosted over https, and of course you'll have the added benefit of not having to worry about the remote CDN (content delivery networks) going down.
Anyhow, this just seems to be Chrome at the moment, and doesn't affect things like safari on iOS etc. allowing us to continue to get web apps on mobile very very fast!
No comments:
Post a Comment