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

1

0

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:

enter image description here

Feticide answered 3/8, 2012 at 16:39 Comment(0)
A
-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

Algid answered 3/8, 2012 at 17:32 Comment(1)
how would you apply this to all input elements in order for it to work with phonegap? see if you can solve this #11890330Kavanaugh

© 2022 - 2024 — McMap. All rights reserved.