I have an universal app and in my app I am using
InputScope="Number"
for many of my textboxes. And in phone application all working, but in windows tablet app when I use it in emulator it opens numberic keyboard (however I am still able to navigate to alphabetical keyboard but this is not an issue).
Issue is with actual tablet. When I use my application in tablet it opens alphabetical keyboard then I have to navigate to numeric keyboard.
What I have tried so far
changed InputScope
to Telephone.
Tried in code for changing input scope.