Let's say you are building a PHP website in a local environment, what do you use to quickly test the responsiveness on different resolutions and maybe on real devices?
Ask HN: How do you test your responsive design during development?
1–3 of 3 posts
Re: Ask HN: How do you test your responsive design during development?
#2You can use simulators.
https://chrome.google.com/webstore/detail/responsive-web-des...
Re: Ask HN: How do you test your responsive design during development?
#3Is this question exclusively about web development or not?
I'm developing game UIs and usually trying to keep them responsive. The quickest way to test it is to resize the game window while it's running.