0

I have to implement a rich text editor, For which i have to create a custom keyboard. But i don't know how can i use custom keyboard with UIWebview. I must have to use UIWebview because i have to java script also in my editor.

user1755630
  • 115
  • 7

1 Answers1

0

Check this article link

Custom Keyboard in UIWebView He suggests to use a UITextField as a "media" when you detect keyboard coming up inside a UIWebView. Thus, you can use whatever Keyboard type you want on the UITextField. After users taps something, copy the text in UITextField the media via JavaScript ActiveDocument.

Community
  • 1
  • 1
TastyCat
  • 190
  • 1
  • 16