如何更改phonegap 2.7中的webview背景颜色

rka*_*yan 5 android-webview cordova

我正在开发Phonegap中的应用程序.我已经启用<preference name="webviewbounce" value="true" />了我的config.xml.

android:theme="@android:style/Theme.Holo.Light.NoActionBar"在Manifest.xml中使用.

问题是.我的index.html文件是红色背景.因此,当我在应用程序中向上滚动它在底部反弹,我看到白色背景:(.它真的很烦人,破坏了整个应用程序的外观.

所以现在我想将白色背景改成其他颜色.或者我想使用一些图像作为webview的背景.

我正在使用phonegap.2.7.0请帮我解决这个问题.

小智 -1

在 css 文件中添加以下代码并导入该 css 文件

.ui-mobile .ui-page {

background: -webkit-linear-gradient(top, #f4f3ff, rgba(93, 177, 223, 0.75));

 }
Run Code Online (Sandbox Code Playgroud)

您可以使用图像作为背景或使用颜色