[
https://issues.jboss.org/browse/RF-11289?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč commented on RF-11289:
---------------------------------
Workaround:
{code:XML}
<rich:editor rendered="#{!userAgent.mobile}" />
<h:inputTextarea rendered="#{userAgent.mobile}" />
{code}
The composite component encapsulating this logic can be also used.
Support for Editor on mobiles
-----------------------------
Key: RF-11289
URL:
https://issues.jboss.org/browse/RF-11289
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-input, mobile
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.2.0.Tracking
As we have discussed on forums [1]
it would be necessary to satisfy that textarea which editor uses for constructing
content-editable area is used on the mobiles, since there are no editor support on mobiles
and also mobiles are not target platform for such rich experience.
Consequently, it is necessary to satisfy that no resources for editor (CSS/JS) are
downloaded when not required.
[1]
http://community.jboss.org/message/616994#616994
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira