angular-moment-picker icon indicating copy to clipboard operation
angular-moment-picker copied to clipboard

Does not work with angularjs material on mobile

Open tugrulelmas opened this issue 7 years ago • 4 comments

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.

tugrulelmas avatar Jun 12 '17 09:06 tugrulelmas

I'm hitting the same issue.

scates avatar Oct 13 '17 05:10 scates

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

dagthomas avatar Oct 15 '19 08:10 dagthomas

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.

dagthomas avatar Oct 28 '19 07:10 dagthomas

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

$mdGestureProvider.skipClickHijack();

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

EISAWESOME avatar Mar 18 '20 12:03 EISAWESOME