Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
836 views
in Q2A Core by
The WYSIWYG editor is not showing on mobile. I get thé plain text editor instead. Why?
Q2A version: 1.7.1
by
What device and browser are you using? It may be that CKeditor doesn't support it.
by
I am using Chrome and Firefox on Samsung Galaxie S4 (with Android ).
by
Any update about this issue?

1 Answer

+2 votes
by

CKeditor does claim to support Chrome on Android, but it's possible your browser/phone version is too old. It doesn't support Firefox.

However, you should be able to bypass the compatibility check by adding this to your config.js file:

config.env.isCompatible = true;

See here.

...