bootstrap-wysiwyg icon indicating copy to clipboard operation
bootstrap-wysiwyg copied to clipboard

Exception in Google Chrome's mobile version

Open Kaorinite opened this issue 7 years ago • 2 comments

Hello! I have a problem with bootstrap-wysiwyg in my mobile Chrome (ver.55) browser on Android 4.4.2. Is there a way to fix this quickly? Here are the screenshots with the code: wysiwyg1 wysiwyg2

Many thanks in advance!

Kaorinite avatar Jan 17 '18 12:01 Kaorinite

@Kaorinite getCurrentRange() is defined in the source code. Are you sure you don't have a syntax error somewhere before that function is defined?

spreadred avatar Jan 21 '18 00:01 spreadred

don't know if this will help anyone, but the problem is that there's a missing .bind(this) call on this line, so that the touchend handler can refer to this inside of it (whereas without the bind, it's referring to the Window object)

micheleb avatar May 13 '20 07:05 micheleb