Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检测android软键盘中某个键的滑动动作?例如,假设用户在键盘上的字母“j”上“向上滑动”。如何将其检测为在字母“j”上触发的“向上滑动”事件?
如何检测android软键盘中某个键的滑动动作?
编写自己的软键盘。
输入法编辑器(又名软键盘)由其他应用程序实现。不是每个软键盘甚至都有按键。因此,没有 API 可以让软键盘报告按键上的滑动事件,更不用说强制软键盘实现者报告滑动事件的规则了。
你在写自己的键盘吗?如果没有,您的应用将不会被告知用户在 IME 区域的行为。