Paras Wadehra
Paras Wadehra

Reputation: 478

How to determine when SIP (software keyboard) is dismissed in Windows Phone 8?

How to determine when SIP (software input panel) is dismissed in Windows Phone 8?

Searched on StackOverflow and online but found nothing!

Upvotes: 0

Views: 485

Answers (2)

New Dev
New Dev

Reputation: 49590

The keyboard is dismissed when no textbox has a focus, so you can use that as an indicator.

What I think was impossible in WP7 (not sure whether it has changed in WP8) was to detect whether the SIP keyboard vs. hardware keyboard was used. But then again, how many WP8 phones have hardware keyboards? :)

Upvotes: 3

Paras Wadehra
Paras Wadehra

Reputation: 478

As far as I can tell there is no API, or an event generated to know when the keyboard is dismissed.

Upvotes: 0

Related Questions