iphone-keypad Questions
9
Solved
I would like to know how to change the keyboard background color programmatically in iOS?
The background is normally grey but I have already seen black background (behind letters).
Trip asked 15/3, 2012 at 22:1
5
Solved
I've been reading many other questions, like these[1][2][3] for example, but the problem still persists.
I need to find the "cleanest" way to have a HTML input for mobile devices and whic...
Jilleen asked 2/8, 2018 at 19:23
1
My app contains a custom control that copies the behaviour of the iOS standard keyboard.
I can successfully play the system keyboard click sound with this code:
UIDevice.current.playInputClick()
...
Triolet asked 23/9, 2016 at 22:33
4
Solved
I have tried the code below but that only allows for numbers on the keypad to be inputted. My app requires the keypad to use a period/full stop (for money transactions). The code I tried is:
- (BO...
Exegesis asked 21/11, 2013 at 13:35
8
Solved
I want to have a keyboard which has a Next,Previous and Done button on top of it.
I have seen that in many apps.
Especially where there are forms to be filled.
I want to achieve something simi...
Postman asked 8/4, 2011 at 7:20
2
Solved
I am using a monthpicker input (similar to jQuery UI datepicker) for a credit card expiration field.
I need to suppress the iPhone keypad because it hides the month picker.
I have tried setting ...
Katti asked 21/3, 2012 at 20:10
1
© 2022 - 2024 — McMap. All rights reserved.