Adding buttons to the Windows 8 on-screen keyboard

我的未来我决定 提交于 2020-01-16 07:53:55

问题


The Microsoft 'stocks' app has a row of buttons that are displayed at the top of the keyboard when you search for stocks:

(See the buttons just above the keyboard)

Is there a way to add these in my own app?


回答1:


There is exactly the same question here and a person from Microsoft answered:

The keyboard is not extensible. What you see is the bottom AppBar on top of the keyboard in that situation.

I think you should subscribe to Windows.UI.ViewManagement.InputPane.GetForCurrentView().Showing event, to show that application bar with suggestions when screen keyboard is shown.



来源:https://stackoverflow.com/questions/13539277/adding-buttons-to-the-windows-8-on-screen-keyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!