Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Nelson Freitas
157
Views
2
Comments
[CKEditor] CKEditor is not working on Android
Question
Forge
CKEditor (O11)
Forge asset by
CKEditor Team
Hey guys,
My customer just complained that the ckeditor wasn't working on his phone, so I just downloaded the latest version of this component to a personal environment to see if would be a problem on that particular factory, but when I tried to tested it on Android in my pe, it didn't work either. Its just showing the textbox input with the content.
On desktop works and on ios also works.
The Android version that I'm testing is 4.0.4
Can you check it out please? Or do I need to config something for Androids?
Thanks,
Nelson
João Rosado
Staff
Hi Nelson,
Last I checked there was explicit code in the CKEditor to prevent it from working in any non-apple mobile.
I read the issue tracker of CKEditor about this. They said that it doesn't work in some mobile browsers and they did not want to lose time testing what devices...so they just disabled it for all mobile devices.
A bit later on IOS users complained and they enabled for IOS.
Edit the "ckeditor.js" resource.
Search in the javascript for something like
b.isCompatible=b.iOS&&c>=534||!b.mobile&&(b.ie&&c>6
then delete the
!d.mobile&&
part.
It works on my phone ..but I use Firefox on it.
No idea it it works on the normal browsers that come with android.
Regards,
João Rosado
Nelson Freitas
Hi João,
thank you very much. I changed and it worked.
I've been reading the CKEditor supports and it looks like pretty soon is comming a new version where it will support all mobiles.
Can't wait for it :)
Thanks again.
Nelson Freitas
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...