Show HN: Responsive web app in JavaScript on HTML5stac
demo.mobstacapp.com
Show HN: Responsive web app in JavaScript on HTML5stac
1–10 of 11 posts
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#2Is there a particularly nice layer of abstraction that HTML5stac provides?
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#3Re: Show HN: Responsive web app in JavaScript on HTML5stac
#4Re: Show HN: Responsive web app in JavaScript on HTML5stac
#5Here's the error in the console: Failed to load resource: the server responded with a status of 429 (UNKNOWN STATUS CODE) GET https://apiv2.mobstac.com/api/2.0/accounts/1/properties/1/ap...
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#6Re: Show HN: Responsive web app in JavaScript on HTML5stac
#7Watching a spinning wheel spin forever makes my blood boil. Here's the error in the console: Failed to load resource: the server responded with a status of 429 (UNKNOWN STATUS CODE) GET https://apiv2.mobstac.com/api/2.0/accounts/1/properties/1/ap...
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#8I'm not very impressed. The application takes 15 GET requests to show a spinning wheel. Last request returns status code 429 (unknown status code). That web app doesn't look very responsive.
You're right that there are too many requests being made. We're fixing this very soon, stay tuned.
Thanks for your feedback - we're in a early private beta and your inputs are very valuable to us.
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#9I always wonder what kind of news hit the main page.
Re: Show HN: Responsive web app in JavaScript on HTML5stac
#10IMO responsiveness should have nothing to do with JavaScript, otherwise you're doing it wrong.
IMO responsiveness is a broad approach, and it doesn't necessarily imply only a pure CSS3 approach using media queries. If using JavaScript can make the web app more "responsive" to user needs, what's wrong with that?