最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How do you remove the Next and Prev buttons from virtual keyboard in Sencha TouchPhonegap application - Stack Overf

programmeradmin0浏览0评论

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.

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.

Share Improve this question edited Jul 31, 2014 at 20:45 peterh 1 asked May 20, 2011 at 15:05 Chris LeesChris Lees 2,2103 gold badges22 silver badges42 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 7

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.

The previous next are for tabbing to previous or next fields on the page. It has a name and is called "Form Assistant", I think it's default to Safari, and PhoneGap essentially is a wrapper around Safari.

AFAIK , there is no way to remove it. Of course, the previous next buttons get disabled, if there is only one field as it's seems to be in your case

EDIT: As from the new ments, it seems there's a way in the new PhoneGap versions. FYI

you can try this Plugin Created By don. to show/hide keyboard toolbar.

It worked like charm from my side.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论