3

A couple of months ago, I posted a question asking if and how phonegap users can alter the keyboard appearance to the dark alert ui keyboard (UIKeyboardAppearanceAlert) without targeting individual textfields. I did some extnsive reaearch myself and offered a bounty but yet the question remained unsolved.

Alter keyboard appearance in native, phonegap/Cordova built iOS App

As of today, I'm still struggling to get this resolved and simply over with. I do realize much probably hasen't happened since last time I bothered you with this question, however, two things have in fact changed which somewhat justifies this seemingly double post:

  1. Phonegap has released version 2.1 which does some new stuff, perhaps this is possible now?
  2. As my client expects me to solve this in any way possible, this time I would also like to ask you for an alternative approach. If it still can't be done, would it be possible to custom make a "keyboard" of my own? I know this of course is technically doable, but is it in any way a recommended approach that would be considered in at least some way smart and justified? As I said, my client pushes hard for this and is not in favor of rebuilding the app completely natively.

Conclusively, as of today is there any way to do this with phonegap / Cordova? If not, would you recommend me to custom make a keyboard using HTML CSS and JavaScript, bearing in mind this is a major comsern for my client? If so, are there any good plugins that I can use as a start? Please check out my old post (linked above) to see what has already been tested.

Thanks in advance, Jonathan

4

1 回答 1

0

我知道这已经很老了,但我偶然发现它正在寻找同样的东西。无论如何,我找到了一个可能的解决方案,即为 Cordova 创建一个插件http://cordova.apache.org/docs/en/2.6.0/guide_plugin-development_index.md.html#Plugin%20Development%20Guide

它确实需要一些本机编码,但至少可以避免从头开始启动已经在 Cordova 中构建的应用程序。

于 2013-05-08T08:49:40.057 回答