In the windows phone 7, settings->Email+accounts->create a account, the screen contains two buttons below, 'previous' and 'sign in'. The soft keyboard does not overlap these buttons. I want to implement a similar functionality in my application. I have two buttons at the bottom of the page but these buttons get hidden due to the soft keyboard. Is there any way, where I can show the keyboard above the buttons and application bar buttons are not serving the purpose. Could you please suggest a method as what can be done for this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
this is not possbile. The mechanism available to developers (3rd party.. non partner) is using AppBar buttons only. the default WP code does not use controls available in SDK. Instead the SDK and the additional controls try to replicate functionality / behaviour of native controls used |
|||||||||
|