Hi,
I am using WebHtmlEditor in my application, I set the height of this control to 500px. It is working fine in all the browsers but when I open my application in Ipad, I can not see the the scroll bar for WebHtmlEditor. As I have fixed height in my page, I need to show scroll bar. we are using infragistics version 11.2. Can you please help me as soon as possible.
Thanks,
Latha
Hi Latha,
WebHTMLEditor doesn't fully support touch devices. It uses IFRAME in edit-mode, rather than INPUT/TEXTAREA, which can trigger keyboard-display. I would recommend you to use jQuery HTML Editor: http://samples.infragistics.com/jquery/html-editor which has fully touch support.