Browser version: Chrome for mobile, Safari for mobile
OS: Android 6.0, Android7.0, iOS 11.2
Screen resolution: -
note:: if you use latest devices, you can't reproduce it. they have enough performances to overcome this issue
note:: I found that 'syncTextarea' make this issue. I could insert text, blank and new line pleasently after commenting 'syncTextarea'
please let me know what the side effect of commenting 'syncTextarea' is.
I will call '$('#trumbowyg').trumbowyg('html');' to get html in the editor after editing contents.
is it OK to call 'syncTextarea' just before calling $('#trumbowyg').trumbowyg('html') ?;
it means 'syncTextarea' is called only once.
it is also same 'syncTextarea' isn't called while editing.
thank you :)
Duplicates #383
You will find some solutions in the other issue ;)
Thx! It works greatly!
one more question, you said "If you hide textarea, HTML5 validation cannot works."
if HTML5 validation would not work, is there any effect?
I haven't seen any problems after making textarea to 'display:none'
thank you :)
If you did not use required attribute on the textarea which is wrapped by Trumbowyg, you will not see any effect :)
Still the provided solution didn't solve the problem, the textarea is hidden but the input is extremely slow
maybe late but after all listed fixes haven't worked I have set the option autogrow to false and then the performance was perfect after pasting images into the editor
Most helpful comment
Still the provided solution didn't solve the problem, the textarea is hidden but the input is extremely slow