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.
I am developing an app which has some text inputs, and I want to
Share
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.