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.