Chrome 的 Device Emulator 是否使用内置浏览器?
Does Chrome's Device Emulator use the built in browser?
Chrome 开发者工具中的 iphone 6 模拟器是否显示它在内置 iOS 浏览器中的外观,或者如果您使用 Chrome 的移动设备设备上的浏览器?
简短的回答是 "no." Google 确实在他们的页面上提到了 discusses the mobile emulator 的一些限制,但他们似乎并没有承认所有 bugs/issues .
Mobile1st 在 this article 中简要介绍了它的局限性,他们提到模拟器在以下方面存在局限性:
Rendering Engine – this is the code the browser uses to interpret the
HTML/CSS and create what we see in the browser.
这是一个很大的缺点。
移动模拟器是一个方便的工具,我确实使用它,但我从不依赖它。我总是进去并在实际设备上测试我的设计。几乎总是存在差异,而且差异往往非常显着。
Chrome 开发者工具中的 iphone 6 模拟器是否显示它在内置 iOS 浏览器中的外观,或者如果您使用 Chrome 的移动设备设备上的浏览器?
简短的回答是 "no." Google 确实在他们的页面上提到了 discusses the mobile emulator 的一些限制,但他们似乎并没有承认所有 bugs/issues .
Mobile1st 在 this article 中简要介绍了它的局限性,他们提到模拟器在以下方面存在局限性:
Rendering Engine – this is the code the browser uses to interpret the HTML/CSS and create what we see in the browser.
这是一个很大的缺点。
移动模拟器是一个方便的工具,我确实使用它,但我从不依赖它。我总是进去并在实际设备上测试我的设计。几乎总是存在差异,而且差异往往非常显着。