don/KeyboardToolbarRemover

Change color/text of return button

MaKleSoft opened this issue · 4 comments

First of all, thanks for this great plugin! I can't believe it doesn't have more stars! Now since you are the only one I know who actually got this to work properly, do you by any chance know how to change the appearance of the return button in a phonegap app? That would be the icing on the cake...

If you use a form with an input, the keyboard will show a blue "Go" button instead.

Yeah, I know that. unfortunately this is not an option for me as a tap on the Go button will reload the page. Thanks for your answer, anyway!

Simply add onsubmit="return false;" to the

element to cancel the form action.

Already figured that out. But thanks! I guess we can close this issue now.