smartgwt-mobile-1.0d_2012-09-12.zip
Class: com.smartgwt.mobile.client.widgets.form.fields.TextAreaItem
1) TextAreaItem by default has minimum height. But I need to make full-screen text editor, so I need to disable auto-resize somehow. Now I disable it by removing code from updateHeight() method of TextAreaItem
2) User is able to scroll the whole web-page in TextAreaItem (native iOS scrolling). How to prevent such scrolling?
Thank you in advance,
Class: com.smartgwt.mobile.client.widgets.form.fields.TextAreaItem
1) TextAreaItem by default has minimum height. But I need to make full-screen text editor, so I need to disable auto-resize somehow. Now I disable it by removing code from updateHeight() method of TextAreaItem
2) User is able to scroll the whole web-page in TextAreaItem (native iOS scrolling). How to prevent such scrolling?
Thank you in advance,
Comment