我是 Android 和 WebDev 的新手。我正在创建一个使用 jquery mobile 的网络应用程序。我有一个浮动页脚,上面有一个按钮。但是在我一直向下浏览包含在网络应用程序中的网页之前,该按钮将不起作用。我就是这样做的
<div data-role="footer" data-position="fixed" data-iscroll="scroller">
<div class="center-wrapper">
<a href="camera.html" data-role="button" data-icon="gear">
Take Picture !
</a>
</div>
</div><!-- /footer -->