简体   繁体   中英

UIWebView - change virtual keyboard 'Go' button text?

I have a page that is displayed in an UIWebView on an iPad app. The page has an input field, and when the user taps on it, the virtual keyboard popups up.

Currently, the keyboard has the blue 'Go' button. I would like to change the button text from 'Go' to 'Done' and I want to grey-out/disable the button until the user types in at least 1 char.

Is this possible with Javascript/jQuery mobile? I don't have access to the app.

Thanks.

I don't think this is possible. Bu you can change some functionality of the keyboard in html.

More features should not be available without access to the app. Instead of greying out the button, you can validate the form before submitting it with jQuery.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM