Android 模拟器浏览器 - 背景图像丢失
我想在android中测试一个网络应用程序,所以我通过eclipse启动了模拟器。由于某种原因,我没有看到任何背景图像。它们在所有常规桌面浏览器和 iOS 中都表现良好。
这是android模拟器的缺陷吗?它可以修复吗?我应该关心实际的 Android 显示吗?
I want to test a web-app in android, so I launched the emulator through eclipse. For some reason, I'm not seeing any of the background images. They come through fine in all regular desktop browsers and in iOS.
Is this a flaw in the android emulator? Is it fixable? Should I be concerned about actual android display?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,android在css中不显示base64编码的bg图像。
It turns out that android doesn't display base64 encoded bg images in css.