简体   繁体   中英

Responding to the appearance of the on-screen keyboard in windows store c#/XAML app

I am developing an app which has some text inputs, and I want to show on-screen keyboard such that it does not hide the app and replace the keyboard. MSDN has provided sample , but I am not getting that. I want simple explanation how to use InputPaneHelper class (given in sample). Thanks.

The blog post Handling the virtual keyboard should answer your question. It includes a sample code demonstrating how to adjust the position of a flyout when the on-screen keyboard is shown/hidden. You can change it to adjust the layout of your page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM