You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Many thanks in advance!
The text was updated successfully, but these errors were encountered:
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)
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:
Many thanks in advance!
The text was updated successfully, but these errors were encountered: