Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimePicker popup closes immediately after open on mobile chrome (v77) #391

Open
squinn opened this issue Oct 10, 2019 · 6 comments
Open

Comments

@squinn
Copy link

squinn commented Oct 10, 2019

I'm seeing a problem with both the 2.2 and 2.3-snapshot builds where the time picker will immediately close after open when either using the mobile emulator in Chrome on Windows or in Chrome on actual Android mobile phone. So, it behaves similar to the the issue noted here (#383), but seems to only affect the MaterialTimePicker (the MaterialDatePicker works fine) - and only happens on mobile.

Steps to replicate:

Enable a mobile device emulator in the dev tools in Chrome, and then attempt to open up a MaterialTimePicker.

@rwursthorn
Copy link

rwursthorn commented Nov 7, 2019

I have the same problem with Chrome 78.0.3904.90 on Android using gwt-material-addins-2.2.
Chrome 78.0.3904.84 on iOS and all Browsers I tested on desktop work great.

@washowasho
Copy link

Check the 2.3-SNAPSHOT for a working version as well.

@kevzlou7979
Copy link
Contributor

kevzlou7979 commented Nov 9, 2019 via email

@rwursthorn
Copy link

With Chrome 80.0.3987.119 on Android 7.0 on a Samsung Galaxy S6 I have this problem with the timepicker both on https://gwtmaterialdesign.github.io/gwt-material-demo/ and on https://gwtmaterialdesign.github.io/gmd-core-demo/

I am pretty sure that with older versions of Chrome (I can't tell which versions) it worked on https://gwtmaterialdesign.github.io/gwt-material-demo/

@washowasho
Copy link

For those not able to use the 2.3 snapshot.... try opening the time picker from code (.open() ). It stays open if you do it that way.

@rwursthorn
Copy link

For those not able to use the 2.3 snapshot.... try opening the time picker from code (.open() ). It stays open if you do it that way.

Thank you. It worked for me using time.addTouchStartHandler(event -> time.open());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants