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瀏覽器?有沒有什麼魔法解決方案?
只有當您能夠說出修復圖像的含義時。 – SHANK