手机模拟器
有没有一款好的全合一模拟器来测试移动网站。仅使用“媒体查询”,并且需要主要在 iPhone、黑莓、Android 和 Windows 7 手机上进行测试。
非常感谢, C
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有一款好的全合一模拟器来测试移动网站。仅使用“媒体查询”,并且需要主要在 iPhone、黑莓、Android 和 Windows 7 手机上进行测试。
非常感谢, C
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
没有一种解决方案可以在所有这些平台上运行,但是所有平台的 SDK 都包含模拟器/仿真器,而且最好的一点是,除了 iPhone 之外,所有平台都是免费的。
BlackBerry 模拟器
Android 模拟器
Windows Phone 7 模拟器
iPhone SDK 还包括一个模拟器(仅限 Mac),但如果您需要在 PC 上进行测试,则使用 http 可以很好地完成工作://iphone4simulator.com/ 在 Windows 版 Safari 中运行。
与所有模拟器/模拟器的使用一样,这些对于初始测试很有用,但您需要使用实际设备才能获得真实结果。
另请注意,不同的 BlackBerry 设备使用不同的默认浏览器。 Android 设备还使用不同版本的 WebKit,因此您可能会看到实际设备之间存在一些差异,而这些差异未在模拟器中显示。
There is no one solution that will work on all these platforms however the SDKs for all include simulators/emulators and the best part is that all but for the iPhone are free.
BlackBerry Simulators
Android Emulator
Windows Phone 7 Emulator
The iPhone SDK also includes a simulator (Mac only) but if you need to test on a PC, you can do a pretty good job using http://iphone4simulator.com/ running in Safari for Windows.
As with all simulator/emulator usage, these are good for initial testing but you need to use an actual device to get true results.
Also note that different BlackBerry devices use different default browsers. Android devices also use varying versions of WebKit so you may see some variation between actual devices which isn't shown in the emulator.
除了马特的回复之外,我认为您还应该测试可用于智能手机的不同浏览器。
例如流行的 Opera 手机:http://www.opera.com/mobile/demo/
In addition to Matt's reply, I think you should also test the different browsers available for smartphones.
For example the popular Opera mobile: http://www.opera.com/mobile/demo/
您可能会发现 http://quirktools.com/screenfly/ 对于在不同屏幕尺寸上测试移动网站非常有用。它不像本机模拟器那样真实,但它允许您在一个站点测试多部手机、平板电脑等,并且无需安装任何软件。
You might find http://quirktools.com/screenfly/ very useful for testing mobile websites on different screen sizes. It's not as true as a native emulator, but it allows you to test several phones, tablets, etc. at one site and you don't have to install any software.
尝试 http://www.browserstack.com/。这个不是免费的,但它为我们创建的每个帐户提供 30 分钟的试用期
try http://www.browserstack.com/. This one is not free, but it gives a trial period of 30 minutes for each account we create
尝试移动网络浏览器模拟器这个免费工具可帮助您测试移动网站
Try Mobile web browser emulator this free tools help you testing mobile websites
如果您只想模拟移动设备用户代理和屏幕分辨率,还可以查看 chrome 的移动设备模拟器 https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode
If you just want to simulate the mobile device user agent and screen resolutions, also check out chrome's mobile device simulator https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode