TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best testing site for mobile browsers?

4 pointsby perspective1over 5 years ago
Got a complaint from an Android "4" user I need to support. Long story and actually have relatively lots of people using my site with very old phones. What's the best way to test for old mobile devices? (yes, I considered buying her a new phone).

2 comments

ajeet_dhaliwalover 5 years ago
I have used browserstack.com and had good results but I've primarily used it for automated tests on real devices rather than manual testing, but you can do both. There are others, AWS has a device farm as does SauceLabs.
评论 #21033217 未加载
moonslyover 5 years ago
Here you can select old mobile OS: <a href="https:&#x2F;&#x2F;www.mobilephoneemulator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mobilephoneemulator.com&#x2F;</a> but no Android 4 excactly there.<p><a href="https:&#x2F;&#x2F;kobiton.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kobiton.com&#x2F;</a> this one seems to have more options and wide choice OS.<p>Another option is to install Android x86 on VirtualBox (version 4 is supported) and test on VB emulator.