gpt4 book ai didi

Android- Jquery Mobile/Phonegap 应用程序底部的空白

转载 作者:行者123 更新时间:2023-11-29 00:33:12 24 4
gpt4 key购买 nike

我正在为 Android 使用 jquery mobile/phonegap 开发一个应用程序。问题是屏幕底部的空白。屏幕截图会帮助它更好。我在互联网上搜索但找不到合适的答案。

截图: http://img248.imageshack.us/img248/5922/jquerymobile.png

代码:

<!DOCTYPE html> 
<html>
<head>
<title>Slider Stop</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" charset="utf-8" src="js/cordova-1.8.0.js"></script>
<link rel="stylesheet" href="js/jquery.mobile-1.2.0.min.css" />
<script type="text/javascript" src="js/jquery-1.81.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.2.0.min.js"></script>

</head>
<body>


<div data-role="page" id="home">
<div data-role="header">
<h1>App</h1>
</div>
<div data-role="content">
<p>
<ul data-role="listview" data-inset="true" data-theme="c">
<li id="listitem">Swipe Right to view Page 1</li>
</ul>
</p>
</div>
<div data-role="footer">
<h4>Footer content</h4>
</div>
</div>

</body>
</html>

最佳答案

尝试将“页脚”div 发送到下方:

<div data-role="footer" data-position="fixed">

关于Android- Jquery Mobile/Phonegap 应用程序底部的空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14163843/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com