J jai Active Member Licensed User Longtime User Mar 31, 2015 #1 I need to trigger specific keypads for TextView inputs and am using the followings statements- txt1.KeyboardType = txt1.TYPE_NUMBER_PAD <-- for integer input, and txt1.KeyboardType = txt1.TYPE_DECIMAL_PAD <-- for decimal input This works fine on iPhone but not on iPad. On iPad I always get the full keypad with numbers and punctuations. I have iOS 8.2 on both devices. Is there anyway to have iPad bring up the correct keypad as iPhone does?
I need to trigger specific keypads for TextView inputs and am using the followings statements- txt1.KeyboardType = txt1.TYPE_NUMBER_PAD <-- for integer input, and txt1.KeyboardType = txt1.TYPE_DECIMAL_PAD <-- for decimal input This works fine on iPhone but not on iPad. On iPad I always get the full keypad with numbers and punctuations. I have iOS 8.2 on both devices. Is there anyway to have iPad bring up the correct keypad as iPhone does?
Peter Simpson Expert Licensed User Longtime User Mar 31, 2015 #2 Shouldn't you be asking this in the B4i section of this forum??? Upvote 0