Reputation: 309
I have making a phonegap app which have text fields in it.
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
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