-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
I have the same problem with Chrome 78.0.3904.90 on Android using gwt-material-addins-2.2. |
Check the 2.3-SNAPSHOT for a working version as well. |
Cool
… |
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/ |
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 |
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.
The text was updated successfully, but these errors were encountered: