Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Mobile: TextAreaItem issues

    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,

    #2
    On #2, we're guessing you're trying to use the internal iOS.useNativeScrolling property. This isn't enabled by default because there are still bugs.

    Comment


      #3
      In the next nightly build there will be a setAutoFit(boolean) method enabling autofit to be disabled.

      Comment

      Working...
      X