Open prem6667 opened 6 years ago
Thanks will look on it. Can you provide what version of GMD you are using?
Tested in Chrome.
Specify what version you've used in the ff:
Also what events are you triying to trigger?
I am using -> GMD = 2.0-rc5 GWT = 2.8.2 Chrome = any mobile device OS = Android/iOS
Also I am trying to fire click event on drop-down items and none of them is working.
This could be related to https://github.com/GwtMaterialDesign/gwt-material/issues/766https://github.com/GwtMaterialDesign/gwt-material/issues/766. Because of the stopPropagation()
. I' am on the process to drill this culprit.
FYI, if i do dropdown.setHover(true), it is working on mobile devices as click and items are clickable. but i don't want to set it be hoverable.
Not even the demo page's dropdown working in mobile devices.
I am using chrome developer tool to see how it is working in mobile. selecting item does not send any event.