标签: css jquery-mobile cordova
我正在使用jQuery Mobile开发PhoneGap应用程序。所面临的问题是S4底部出现白色框。它在其他设备上运行良好。在这里我附上截图。我尝试了大多数可能的方法,但我不能隐藏那个白盒子。
以下正在使用的CSS代码
.ui-dialog{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important; min-height: 100% !important; z-index:3000; }