Show keyboard in contenteditable UIWebView programmatically

前端 未结 4 972
盖世英雄少女心
盖世英雄少女心 2020-12-30 15:29

My UIWebView loads a contenteditable html content. I want to let the UIWebView get focused and show keyboard in the UIWebView.

I use [self.webview becomeFirstR

4条回答
  •  爱一瞬间的悲伤
    2020-12-30 15:50

    UIwebview is not editable and you can not make it first responder. Where as you can use javascripts for that purpose , try out this answer

    UIWebView with contentEditable (html editing), first responder handling?

提交回复
热议问题