daemon
daemon

Reputation: 251

setKeyboardAppearance:UIKeyboardAppearanceDark (inside of a UIWebView)

My app is themed black. My app is primarily a UIWebView. The default light colored keyboard looks terrible and very much out of place in my app.

I have googled for hours on various days, and have yet to find a way to use the "dark keyboard" inside of a UIWebView.

Is there anything I can do to get the dark keyboard - without having to use a UITextField? I'm quite desperate to get the dark keyboard for my app.

I'm open to potentially grey area methods that may or may not get the app approved (not open to 100% certain it won't get approved methods).

Upvotes: 3

Views: 1042

Answers (1)

Daniele
Daniele

Reputation: 2469

It looks like there is no way to do it, see also this answer setKeyboardAppearance for UIWebView

Upvotes: 1

Related Questions