Hi
I have webpage that persists it's data when the user clicks off the editor.
It works fine on all desktop browsers and iOS. It does not work in chrome on andriod.
Neither the blur nor change event is being called.
I am using v4.4.4 (also tried latest version)
Any ideas on a solution? Or another event I could attach to?
What Android version and what
What Android version and what browser precisely do you use? We found that there are significant differences between them.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
A few
A few
One i have in my hand right now is a Nexus 5 running 4.4.4
Change event or blur events aren't firing in latest firefox or chrome
I have fixed this by just
I have fixed this by just using contenteditable=true rather than using CKEditor
http://jsfiddle.net/zmvk33p7/
This works