Announcement

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

    SmartGWT Mobile Keyboard problem

    Hi Isomorphic Team,

    We are facing a problem related to input fields and the keyboard on our mobile app using the latest build of smartgwt-mobile (2013-07-15). This have been tested on a Samsung Galaxy S4 (Android 4.2.2).

    You can test it on your Showcase (compiled using smartgwt-mobile 2013-07-15) by following these steps:

    1. In Portrait mode, go to Widgets/Forms/Inputs.
    2. Go and try to write something on the field named "Text".

    Result:
    The keyboard appears above the field we are trying to write on (see attached image)

    Thanks in advance! We really appreciate your help.
    Attached Files

    #2
    I think this problem exists since the first release

    Comment


      #3
      This should be fixed. If it doesn't seem to be fixed for your device, please take a look at this new setting (from SmartGwtMobile.gwt.xml).

      Code:
         <!-- Value of the android:windowSoftInputMode attribute in the manifest.
              For the default Android Browser, this is probably adjustResize, although there are
              reports that this could be different on select devices or older Android versions
              (e.g. Android 2.3.5): http://stackoverflow.com/questions/16276306/android-web-application-application-is-displaying-above-keyboard  -->

      Comment

      Working...
      X