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.

Test Your Website With Chrome. (Iphone, Android, Pretty much on all devices)

4 pointsby ooooakover 12 years ago

2 comments

jameswyseover 12 years ago
Sorry but all this does is change the user agent string, it doesn't change the rendering engine, viewport size, emulate touch events or anything else you need to do proper tests.
评论 #4847056 未加载
评论 #4847800 未加载
ericcholisover 12 years ago
This is a gross overstatement, the setting simply changes your user-agent string. Which, honestly, serves very little purpose. Most cases for user-agent sniffing that come to mind are related to something about that browser's rendering engine (i'm looking at you IE!)<p>Now, if chrome could render using the Trident engine from IE7, I'd be impressed.<p>Please don't just switch your user agent and think that your website looks fine in IE 7.... go get IETester (<a href="http://www.my-debugbar.com/wiki/IETester/HomePage" rel="nofollow">http://www.my-debugbar.com/wiki/IETester/HomePage</a>) or something similar.