Announcement

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

    date controls issue on mobile devices

    Hi Isomorphic,

    please see this testcase. If you open the date picker ("Picklist based date input" or "direct date input"), and close it again, on android devices, there appears a white bar under "isc_SplitPane_0_detailToolStrip" see Picture 1.
    If you then click on "direct dateitem input"- picker, the white bar becomes bigger.
    If you then touch "isc_SplitPane_0_detailToolStrip" and swipe it to the bottom, the bar disappears.
    Is that behaviour wanted?

    Tested on:
    Android 6.0.0 (Huawei GRA-L09) with Chrome 68.0.3440.91
    Android 7.0.0 (Moto G (4)) with Chrome 65.0.3325.109

    Picture 1:

    Click image for larger version

Name:	picture 1.png
Views:	62
Size:	130.1 KB
ID:	255285

    #2
    Your link directs us to the SmartClient showcase, which doesn't suffer from the issue you mention. Your screenshot (and the forum you're posting in) indicates you were using SmartGWT. Please link to the appropriate showcase in the future.

    What appears to be going on is that after certain interactions, the sample page itself gets resized a bit taller, allowing it to scroll up and down if you drag outside any widget in the sample. We'll take a look at this, but if it only occurs in the sample, it's not as high priority as if it were affecting your app. Do you actually see this issue when running your own app?
    Last edited by Isomorphic; 2 Oct 2018, 08:46.

    Comment


      #3
      thanks for the answer, we're not having this issue in our app at the moment and it seems to be resolved since the build, mentioned in this post:
      Originally posted by Isomorphic View Post
      We've made some changes here - both requests have been fulfilled, DateItems and RelativeDateItems will now correctly show full-screen pickers, whether or not the TimeItem is showing (type is date or datetime), and the pickers will not scale in the way they did before.

      Please retest with a build dated October 9 or later.

      Comment

      Working...
      X