HTML-based weather app
pattern.dk
HTML-based weather app
1–10 of 44 posts
Re: HTML-based weather app
#2I did come across one bug, however. After changing the color scheme, Sun reloads, flashes "changing colors...", and then hangs on the loading indicator.
Re: HTML-based weather app
#3Re: HTML-based weather app
#4Re: HTML-based weather app
#5Would love to read a good illustrated blog post on the making of this. It'd be interesting to know what frameworks (if any) were used.
Re: HTML-based weather app
#6Re: HTML-based weather app
#7- no preview on desktop
- landscape mode is broken
- no client-side caching
Re: HTML-based weather app
#8Re: HTML-based weather app
#9✓ Requires iOS for no apparent reason
✓ You must install to homescreen first, even if you are on iOS
What does this do and why did you make the above decisions?
EDIT: To get around this, open up your JS console, put a breakpoint on line 509 inside sunny.js and set `window.navigator.standalone = true;`. Things should be fine from that point on if you have "emulate touch events" turned on.
Re: HTML-based weather app
#10For the love of God, if this is HTML then why is it only working on iOS devices? Is the iPhone/iPad the new Internet Explorer?
Personally, for instance, I wouldn't be happy if I shipped something as "cross-browser" that looked just awful in most browsers no matter what I tried.