jaspal-singh-gulati

Results 4 comments of jaspal-singh-gulati

I got the quick fix for this You just need to modify the below code of line in **RichTextEditor.js** **const editorAvailableHeight = Dimensions.get('window').height - keyboardHeight - spacing;** with **const editorAvailableHeight...

Hi, Make a separate function for that say : `async getHTML() { const contentHtml = await this.richtext.getContentHtml(); return contentHtml }` Now invoke it on onPress.

+1 Does anyone find the solution for this? I don't want to use the placeholder for refocusing.

Hi, Issue is in **editor.html** : zss_editor.init = function() { /\*some code here\*/ zss_editor.focusTitle(); /\*some code here\*/ }//end Try commenting **zss_editor.focusTitle();**