The editor does not focus at all using chrome on a iOS mobile device. It also does not work in Safari, unless you add the app to the home screen. Then the editor focuses fine.
But if I visit the quill website and test the demo it works.
I have no idea what to do because I am using the quill editor normally. Why is there a difference I have no idea. I don't know how to fix this. Anyone else see this issue?
Steps for Reproduction
Expected behavior:
The keyboard should come up and allow you to type
Actual behavior:
Nothing happens. The editor does not focus
Platforms: Chrome browser on iOS.
has any extra code been added to the demo to get it to focus on mobile?
I figured it out! damn the package fastclick. It was included in my meteor project and really messed up the experience on mobile.
If you are using Quill editor, get rid of fastclick!
Thanks @sferoze! I was having a very similar problem. Removing FastClick did the trick. 馃憤
I was able to retain that "fast click" feel app-wide by using modern, native alternatives (described here). Specifically, I'm using:
<meta name="viewport" content="width=device-width">
I have the same issue on a ios mobile device, but I didn't install FastClick package in my project. Anyone know how to fix it?
Thanks in advance.
Having the same issue and did not install 'FastClick' either.
Most helpful comment
I figured it out! damn the package fastclick. It was included in my meteor project and really messed up the experience on mobile.
If you are using Quill editor, get rid of fastclick!