I'm working on implementing the Froala Editor in WKWebView to provide Rich Text Editing for our app. It appears that the default behavior is for the return key to dismiss the keyboard firing UIKeyboardWillHideNotification etc ... The keyboard is immediately redisplayed so that it doesn't disappear from the user's perspective. However, the code to manage the scrolling the webview out of the way of keyboard is executed causing a bit of flashing and view movements.
Is there a way to prevent the return key from dismissing the keyboard as was the behavior in UIWebView?