Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in Google Chrome's mobile version #130

Open
Kaorinite opened this issue Jan 17, 2018 · 2 comments
Open

Exception in Google Chrome's mobile version #130

Kaorinite opened this issue Jan 17, 2018 · 2 comments
Labels

Comments

@Kaorinite
Copy link

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!

@spreadred
Copy link

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

@micheleb
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants