Live data from Hacker News

Show HN: Test your website on 180+ device viewports (with multi-device mode)

viewport-tester.com

51–53 of 53 posts

Re: Show HN: Test your website on 180+ device viewports (with multi-device mode)

#51
post #50

Getting some CORS errors. E.g. https://www.gnome.org/ fails to load fontawesome icons. And there's an interesting bug where opening mobile menu loads a page.

Oh CORS… we’re still figuring out an approach on how to handle static assets that have restrictions. Sorry about that, but I assure it’s one of the top things we are going to address.

Re: Show HN: Test your website on 180+ device viewports (with multi-device mode)

#52
post #47

Earlier quoted context omitted.

DevTools has a list of default viewport sizes, but they change from browser release to release. Is there a better way or an existing [YAML] file schema to generate a list of viewport configurations to import into DevTools?

We looked into this, and we couldn't find a way to do so, but we've open sourced the data (here: https://github.com/bitcomplete/labs-delta-viewport-tester-vi... ) so if you are able to find a way to do so, that could be a great option.

Hey thanks! https://github.com/bitcomplete/labs-delta-viewport-tester-vi...

Use case: add which few of these to DevTools. IDK if there's a YAML parser in DevTools already, otherwise JSON + jq should work somehow

awesome-chrome-devtools: https://github.com/paulirish/awesome-chrome-devtools

Re: Show HN: Test your website on 180+ device viewports (with multi-device mode)

#53
post #47

Earlier quoted context omitted.

We looked into this, and we couldn't find a way to do so, but we've open sourced the data (here: https://github.com/bitcomplete/labs-delta-viewport-tester-vi... ) so if you are able to find a way to do so, that could be a great option.

Hey thanks! https://github.com/bitcomplete/labs-delta-viewport-tester-vi... Use case: add which few of these to DevTools. IDK if there's a YAML parser in DevTools already, otherwise JSON + jq should work somehow awesome-chrome-devtools: https://github.com/paulirish/awesome-chrome-devtools

Thanks for sharing this @westurner
Post reply on HN