2

我正在使用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 浏览器的固定?有什么神奇的解决方案吗?

4

1 回答 1

0

您是否包含了这些元标记?

<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no", ,height=device-height/>
<meta name="layout" content="mobile"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
于 2013-04-05T05:11:09.707 回答