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.
我是 bada 编程的新手。我有一个问题,是否可以在不实现滚动面板的情况下关闭编辑字段使用的覆盖键盘?我知道可以使用 CloseOverlayWindow(); 方法,但这只是滚动面板的应用程序。除了实现滚动面板之外,还有其他方法可以关闭键盘吗?
提前感谢大家的帮助!
我设法通过使用以下方法解决了这个问题:
pEditfield->HideKeypad();