#5440 closed Task (fixed)
Mark mobile browsers as incompatible
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.0 |
Keywords: | Review+ | Cc: |
Description
Currently the browser and version detection allows to use CKEditor with mobile browsers, but the fact is that they don't support editing the contents, so they can't edit anything at all if the source button has been removed.
I've tried to test for feature detection (as they might add it someday) but it reported the same results than a supporting browser for contentEditable and designMode.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | 5440.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Thanks. Corrected with [5419].
And the good news is that if you are an Android user then you will be able to use CKEditor thanks to Firefox for mobiles: http://alfonsoml.blogspot.com/2010/04/testing-fennec-with-nexus-one.html
Proposed patch