angular-moment-picker
angular-moment-picker copied to clipboard
Does not work with angularjs material on mobile
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.
I'm hitting the same issue.
Anyone got a work around for this? Hitting the same wall. Works with hours 0-11 but not 12-23.
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.
Telling angular material to not intercept clicks did the trick for me
$mdGestureProvider.skipClickHijack();
https://material.angularjs.org/1.1.9/api/service/$mdGestureProvider