今天在幫朋友看個問題,怎么修改h5軟鍵盤的文字。將右下角的搜索更改為發送。
文檔中很多都是修改為前往,搜索,提交等。修改的<input type='search' />屬性,其實還是有另外一個屬性的:enterkeyhint
<input enterkeyhint="enter"> <input enterkeyhint="done"> <input enterkeyhint="go"> <input enterkeyhint="next"> <input enterkeyhint="previous"> <input enterkeyhint="search"> <input enterkeyhint="send">
參考:https://stackoverflow.com/questions/22986347/go-vs-return-button-in-ios-keyboard-for-html-input-forms