Page 1 of 1
height of keyboard iOS 9
Posted: Thu Sep 24, 2015 4:55 pm
by jmburnod
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
Re: height of keyboard iOS 9
Posted: Fri Sep 25, 2015 2:47 am
by Dixie
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...
Code: Select all
iphoneControlSet inputID, "autoCorrectionType", "no"
Dixie
Re: height of keyboard iOS 9
Posted: Fri Sep 25, 2015 5:08 pm
by jmburnod
Hi Dixie,
Thanks one more for help.
Kind regards
Jean-Marc