问题标签 [keypad]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1102 浏览

android - 如何在我的应用程序中集成 android 拨号键盘

我想将android集成到底部有呼叫和短信按钮的内置键盘中我该如何在我的应用程序中执行此操作请建议我解决方案

0 投票
1 回答
1246 浏览

xamarin.ios - MonoTouch Dismiss Keyboard (sort of)

I am writing a MonoTouch iOS app. I have read many postings about ResignFirstResponder and I am using that.

My app is a typical table view app. I have done my own custom table cell view. The UITextField controls that cause the numeric keypad to come up in the first place are all on the custom table cell.

Currently I have it so that if you tap on the background of the cell I call ResignFirstResponder on all the text fields. This seems to work, but is not intuitive. I had a new beta tester get it last night and he tapped on one of the text fields and the keypad came up and he was lost as to how to get rid of it. After I told him to just tap the background, he now is fine, but obviously I want a solution that is obvious and doesn't require me to tell everyone how it works.

I read one post about a way to add a DONE button to the keypad, but it looked like a total hack and even broke when 3.2.1 came out and I don't want to have to worry about my app breaking when a new OS comes out.

Suggestions?

0 投票
1 回答
917 浏览

android - 如何检测 Android 设备是否有 QWERTY 键盘

我是安卓新手。我想通过代码检测我的 android 设备是否有 QWERTY 键盘和摄像头。有什么建议么?

0 投票
1 回答
103 浏览

apache-flex - Flex 3:使用单个按钮写入多个字符(如手机键盘,其中 3 也可用于 D、E、F)

我正在实现一个小键盘,单击按钮会将相应的字符添加到文本输入中。但是,有些键应该用于插入多个字符,例如手机键盘,其中的“3”按钮也可以用于插入“D”、“E”或 F。实现此目的的最佳方法是什么?我对 Flex 还不是很有经验。

提前致谢!

0 投票
1 回答
672 浏览

jquery - 如何使用 jquery 禁用 android 键盘的弹出窗口?

我有一个带有自定义基于 jquery 的 7keypad 的网页。打开此页面时,文本字段被聚焦并弹出 android 键盘。如何使用 jQuery 禁用 android 键盘的弹出窗口?

网页是http://k777g77.hpage.com/

0 投票
2 回答
522 浏览

jquery - JQuery键盘填充输入而不是textarea?

我目前正在开发一个计时系统项目,员工可以走到触摸屏计算机(或平板电脑)前输入他或她的 4 位员工编号并打卡。

现在我对 JQuery 不是很好,所以我找到了关于如何创建 JQuery 键盘的教程,当按下按钮时填充 TextArea 字段。

这对我来说非常有用,我已经能够通过使用本教程和一些 php 来处理表单来实现我想要的。

我遇到的问题是 JQuery 键盘填充了一个文本区域,我真的需要它来填充一个输入字段。看起来这应该是一件相当简单的改变,但我一生都无法弄清楚。

我的 HTML 表单

用于键盘的 JQuery

任何帮助都将不胜感激,就像我说我是 JQuery 的菜鸟,我希望有一个快速简便的解决方案。

谢谢大家。

0 投票
2 回答
469 浏览

java - 用于返回电话键盘的 Java

我遇到了关于退回电话键盘的问题。例如,如果我输入 1-80-0Apple,它将返回 1-80-027753。有人可以告诉我如何弄清楚这个吗?

0 投票
2 回答
1750 浏览

c++ - 挂钩键盘以更改键码

我已经购买了这个 107 触摸键盘http://www.mobilitylab.eu/mini-design-touch-silver.html,我想要一个键盘把它放在我的左手上。但是当我们激活键盘的numlock时,它会激活键盘上的numlock。所以我们有 456- 而不是 uiop。我找到了这个程序,但它不适用于 64 位操作系统。http://www.bellamyjc.org/fr/systeme.html#knumlock

所以我想用 C++ 做我自己的程序,但它不能正常工作,钩子没问题(WH_GETMESSAGE)但我不明白我们如何更改键码以及如何找到它是否是键盘的键还是键盘?

这是我尝试更改消息的代码:

0 投票
3 回答
324 浏览

iphone - 如何使应用程序键盘与 iPhone 中的 Safari 键盘相同?

我的客户要求我制作数字键盘的外观,就像它在 Safari 中可见一样。在 safari 中,可以看到键盘,顶部还有三个按钮,它们是 prev next 和 done。我想实现同样的目标。请告诉我实现这一目标的方法。

提前致谢

0 投票
1 回答
172 浏览

calculator - 将自定义键盘添加到文本字段

我需要弄清楚如何将自定义键盘添加到文本字段。我真正需要的是小数点和添加按钮以及普通数字和完成按钮。

任何线索任何人?

谢谢