LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   phonegap / android / tinymce - edition area is readonly (https://www.linuxquestions.org/questions/programming-9/phonegap-android-tinymce-edition-area-is-readonly-947834/)

eantoranz 05-31-2012 03:09 PM

phonegap / android / tinymce - edition area is readonly
 
Hi!

I want to add a textarea or div (I tried with both) hacked with tinymce to a form in a phonegap/android application. The form does convert to tinymce style and stuff but it's not editable. I tried adding readonly : false to the initialization but it's still readonly. Any ideas?

Thanks in advance.

PS Perhaps another solution instead of tinymce?

eantoranz 06-01-2012 09:08 AM

The problem is that tinymce (and other RTE solutions) depend on a property called contenteditable. In android 2.1 it doesn't work. But in android 2.2 (and later, I would expect) it does.... so I started using android 2.2 for my tests and it's working ok.

http://caniuse.com/contenteditable


All times are GMT -5. The time now is 10:58 AM.