Hello.
In my DB I have a field like that:
Field('order_email', type='text', widget=ckeditor.widget)
The content is in HTML.
The CKEditor version is the 4.14.0 and the browser compability says it's ok with Chome:
The demo CKEditor page works well on my mobile devices:
I use CKEditor with a SQLFORM.grid.
CKEditor is called in the modify mode.
The CKEditor widget loads well on Desktop browsers.
On mobile devices (Firefox/Chrome) it don't loads.
As this 'order_email' field have an HTML content it's quite difficult to read it as the content is displayed with all the tags.
Someone knows how can I use CKEditor also on mobile devices?
Another feature that could be helpful could be in the display mode to interpretate the HTML.
Thanks.