Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you remove the Next and Prev buttons from virtual keyboard in Sencha Touch / Phonegap application

So I have this Phonegap application built using Sencha Touch. I have a textarea control for users to type in some information. When the box gets focus it brings up the virtual keyboard. But the virtual keyboard has next previous and done buttons on it.

How to I remove the next and previous buttons? They don't seem to do anything anyway.

enter image description here

like image 537
Chris Lees Avatar asked May 20 '11 15:05

Chris Lees


1 Answers

There is a way!! This guy has done it by making modifications in the AppDelegate.m. You can find description at this link under bonus code section. You can also refer the code for same developed by Kerri Shotts Code Here

Now that the done button is gone i am trying to figure out how to make the keyboard disappear. This will be everybody's next step.

like image 175
Rahul Kahale Avatar answered Sep 19 '22 03:09

Rahul Kahale