gpt4 book ai didi

ios - 将ipad连接到蓝牙键盘时,ios的隐藏栏(底部)

转载 作者:行者123 更新时间:2023-12-01 16:29:56 26 4
gpt4 key购买 nike

嗨,我正在为ios设备(ipad)开发phonegap / cordova项目。该应用程序通过蓝牙键盘接收输入文本(因为我不想在屏幕上显示键盘)。到目前为止,应用程序可以按预期接收输入。但是关于外观,如何删除或隐藏屏幕底部的栏? (请在下面的链接中查看图片)

https://www.dropbox.com/sh/rt5w3ccqomec335/AADKUvt0w6KigfADAsx-ciu_a?dl=0

这是我的代码

Config.xml:

<preference name="KeyboardDisplayRequiresUserAction" value="false" />

HTML:
<div style="overflow: hidden; position: relative; width: 1px; height: 1px; left: -500px">
<input id="input" type="textfield" autocorrect="off" autocapitalize="off">
</div>

JS:
document.getElementById('input').focus();

非常感谢你的帮助!

最佳答案

将此插件安装到您的项目:https://github.com/driftyco/ionic-plugin-keyboard

并在JS中使用它:cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);文档详细信息:https://github.com/driftyco/ionic-plugin-keyboard#keyboardhidekeyboardaccessorybar

关于ios - 将ipad连接到蓝牙键盘时,ios的隐藏栏(底部),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32357086/

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