Reputation: 14552
I would like to be able to detect which type of keyboard a WM phone has, either 12-key or QWERTY to dynamically change the UI of my application.
Is there a way to detect this reliably?
Managed code solutions preferred.
Upvotes: 1
Views: 249
Reputation: 65564
There's nothing in the (compact) framework for doing this.
I know Symbol had an API call in their SDK for detecting this in devices which supported multiple keyboard options. That's the nearest I've seen. Sorry, nothing generic.
Upvotes: 1