Change the color of the iPhone keyboard (working with Phonegap/Cordova)

徘徊边缘 提交于 2019-12-25 01:15:49

问题


As the title states: is it possible to change the keyboard color to black (some call it transparent?) when working with Phonegap/Cordova? I've googled a lot but I can't seem to find anything about it. So can it be done? Either with HTML5/jquery or in XCode?

A picture of what I'm looking for:


回答1:


To use a dark theme on the iOS Keyboard, you can follow this article.

You can add the Objective-C code to your PhoneGap project's AppDelegate.m



来源:https://stackoverflow.com/questions/11799840/change-the-color-of-the-iphone-keyboard-working-with-phonegap-cordova

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!