gpt4 book ai didi

html - IOS 7 键盘在停用时留下白色 block (phonegap)

转载 作者:可可西里 更新时间:2023-11-01 06:15:00 24 4
gpt4 key购买 nike

我正在为 IOS 开发一个 phonegap 应用程序,我遇到了一个问题。
每次我打开键盘并在键盘上方点击将其关闭时,它都会在我的屏幕上留下一个大的白色 block 。
enter image description here
正如您在上面的 gif 中看到的那样,可以通过使用“完成”按钮退出键盘轻松修复它,但我喜欢在点击“zoek dossiers”时有相同的行为......

我认为这是必须在 xCode 文件而不是 html 中解决的问题,但无论如何这是我的页面。

<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/assyst_app.js"></script>
<link rel="stylesheet" href="CSS/style.css" type="text/css" />
</head>
<header>
<nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left transitions" id="cbp-spmenu-s1">
<a id="su">Instellingen<span id="navIcon" class="icon-cog"></span></a>
<a id="lo">Log uit<span id="navIcon" class="icon-logout"></span></a>
</nav>
<div class="navBar">
<button class="navBut bgCol" id="showLeft" ><span class="icon-menu"></span></button>
<div id="content"></div>
</div>
</header>
<body onLoad="onLoadHolder()">
<div id="art">
<article id="relCont"> <!-- Phone -->
<form id="dossier-zoek">
<input type="text" id="sea" name="search" class="regTXTBOX brdrCol" placeholder="Zoek">
<button id="searchDos" class="bgCol">Zoek dossiers</button>
</form>
<h2 id="title" style="position:fixed; width:100%;" class="brdrCol txtCol">$!template.dossiers.list_title</h2>

<div id="list" class="listDos">
<table class="defTABLE">
#foreach($row in $template.dossiers.data.records)
<tr class="defTR">
<td class="defTD">$!row.dossiernummer_c</td>
<td class="defTD">$!row.inzake_c</td>
<td class="defTD tableLink"><div class="icon-gt txtCol" id="$!row.dossier_id"></div></td>
</tr>
#end
</table>
</div>
</article>
</div>
<script>
$(document).ready(onShowHolder());
</script>
</body>
</html>

有谁知道如何解决这个问题?我尝试添加用于缩放的元标记,但没有帮助。
我正在使用 phonegap 构建此应用。

最佳答案

原来这是 IOS 中的一个错误,因为我将我的设备更新到 IOS 8,它工作得更好。
白色 block 仍然出现,但只持续了半秒钟,然后又消失了。

关于html - IOS 7 键盘在停用时留下白色 block (phonegap),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24532290/

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