In my Windows phone 8 application i have a search page which has a TextBox for user's to enter search keywords. The search will invoke when entering the "Enter" key of the default SIP keyboard.The search result is showing in another page. To hide the keyboard before navigating to result page, I changed the focus of TextBox control using this.Focus() method. But even after this a black screen is just flashing for a while. Is there any way to completely hide the SIP keyboard before the search method and the navigation. Please help me.
This is a rendering problem, one way to fix this is to change the the opacity ot the your applicationbar
<shell:ApplicationBar IsVisible="True" Opacity="0.99">
When i had the same problem, i thought I needed to fix this WITHOUT changing the app bar. So i went through the whole page and what seems to happen is that i had a lot of controls being built inside my panorama, but it was not a direct child of the layout root grid, so that was causing the problem.
Let me know how it goes (:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With