Is it possile to show just the number pad to user when he clicks on a textinput (on an iphone/ipad)? Currently its showing the w开发者_C百科hole soft keyboard.
Thanks,
Yes, it's possible on the SDK 4.6. There is a property called softKeyType="number"
.
Is it possile to show just the number pad to user when he clicks on a textinput (on an iphone/ipad)? Currently its showing the w开发者_C百科hole soft keyboard.
Thanks,
Yes, it's possible on the SDK 4.6. There is a property called softKeyType="number"
.
精彩评论