Varun Agarwal
Varun Agarwal

Reputation: 309

How to change the keyboard in Phonegap iOS

I have making a phonegap app which have text fields in it.

enter image description here

Problem:- I want to remove the Done button from the keyboard or I want a Event listener of done button. Ether of the things will work for me.

My Problem is similar to this link

Upvotes: 2

Views: 809

Answers (1)

rckoenes
rckoenes

Reputation: 69469

You can't remove the done button, since Phonegap uses a UIWebView to present the UI you will be stuck with keyboard used by the UIWebView.

Upvotes: 1

Related Questions