-1
我的應用程序是使用uiwebview(使用js,css ..)的博客編輯器應用程序。遇到問題時,我想將鍵盤從默認(文本)更改爲手機墊。谷歌搜索我知道一種使用方式,但沒有幫助我的情況。是否可以更改UIWebView中的keybroadType
這有可能改變鍵盤類型像UITextView
,UITextField
// textField is set to a UIKeyboardType other than UIKeyboardTypeEmailAddress
[textField setKeyboardType: UIKeyboardTypePhonePad];
[textField reloadInputViews];
也許繼承UIWebView
定製像 UIWebView+GUIFixes
感謝提前!
如果你使用搜索作爲uitextfield意味着它可能 –
UIWebview兄弟:) – HoanNguyen