Hi All,
The top of iOS 9 keyboard is higher than iOS 8 keyboard.
Is there a iOS preference to hide the three btns at the topleft of the keyboard ?
Best regards
Jean-Marc
height of keyboard iOS 9
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
height of keyboard iOS 9
https://alternatic.ch
Re: height of keyboard iOS 9
In settings on your phone, go 'General' > 'Keyboards and then turn off 'Predictive... or, click the 'globe' icon at the bottom of the keyboard and turn 'predictive' off with the button in the popUp menu...
If you don't ever want is to appear in your app when the keyboard is called, then if your are using a native field set...
Dixie
If you don't ever want is to appear in your app when the keyboard is called, then if your are using a native field set...
Code: Select all
iphoneControlSet inputID, "autoCorrectionType", "no"
Re: height of keyboard iOS 9
Hi Dixie,
Thanks one more for help.
Kind regards
Jean-Marc
Thanks one more for help.
Kind regards
Jean-Marc
https://alternatic.ch