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.
            Asked
            
        
        
            Active
            
        
            Viewed 90 times
        
    1 Answers
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.