【发布时间】:2023-03-16 20:35:01
【问题描述】:
我正在使用phonegap 2.0 开发一个android 应用程序。我使用在谷歌浏览器上运行的波纹插件调试我的应用程序。涟漪上一切正常,但在 android 上却不行。在 android 上,背景图像不固定。我在谷歌上进行了大量搜索,但找不到任何解决方案。
我的 CSS 是:
background-image: url('../img/hdpi/App_Bg.png') !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: 100% 100% !important;
background-position:100% 100% !important;
如何将背景图像设置为 android webkit 浏览器的固定?有什么神奇的解决方案吗?
【问题讨论】:
-
只有当你能说出修复图像的含义时。
标签: android css cordova android-emulator