indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
525 stars 226 forks source link

Does not work with angularjs material on mobile #192

Open tugrulelmas opened 7 years ago

tugrulelmas commented 7 years ago

It doesn't work with angularjs material on mobile. The popup closes immediately after first click. If you open this plunker with mobile, you can not select a date.

scates commented 7 years ago

I'm hitting the same issue.

dagthomas commented 5 years ago

Anyone got a work around for this? Hitting the same wall. Works with hours 0-11 but not 12-23.

dagthomas commented 5 years ago

Anyone got a work around for this? Hitting the same wall. Works with hours 0-11 but not 12-23.

Works with inline="true" - workaround if you are desperate.

EISAWESOME commented 4 years ago

Telling angular material to not intercept clicks did the trick for me

$mdGestureProvider.skipClickHijack();

https://material.angularjs.org/1.1.9/api/service/$mdGestureProvider