2013-01-06 91 views
2

我正在開發一個帶有phonegap 2.0的android應用程序。我使用在谷歌瀏覽器上運行的漣漪插件來調試我的應用程序。一切都沒問題,但在android上不行。在Android上,背景圖像不固定。我在google上搜索了很多,但是我找不到任何解決方案。如何設置背景圖像爲android 4.x與phonegap固定?

我的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瀏覽器?有沒有什麼魔法解決方案?

+0

只有當您能夠說出修復圖像的含義時。 – SHANK

回答

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"/>