Google Android 碎片:CSS 渲染不一致
在开发移动 Web 应用程序时,我发现某些 Android 设备渲染 CSS 的方式与其他设备不同。该网站的细节在我在 Windows 和 Windows 上尝试过的每个桌面浏览器上都能完美呈现。 Mac、iPhone、我尝试过的每个 Android SDK 模拟器,甚至黑莓。虽然一些 Android 设备可以完美地呈现它,但大约有一半设备不能完美地呈现它 - 并且这些设备以一致的方式“错误呈现”它。 (例如,它在 Galaxy 中看起来很棒,但在使用 G2 时会被抵消。)
除了购买市场上的每台 Android 设备之外,还有什么方法可以在所有可用设备上测试 CSS 吗?
提前致谢!
Working on a mobile web application, I have found that some Android devices are rendering CSS differently than others. The detail on the site renders perfectly on every desktop browser I have tried on Windows & Mac, on iPhone, on every Android SDK Emulator I have tried, and even BlackBerry. While some Android devices render it perfectly, about half do not - and these "misrender" it in consistent ways. (For example, it looks great in a Galaxy, but is offset when using a G2.)
Aside from purchasing every single Android device on the market, is there any way to test CSS across all the devices available?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实上:您可以使用模拟器来复制 CSS 差异。我没有尝试足够的变化。
In fact: you can use the emulator to replicate CSS differences. I didn't try enough variations.