You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement the cdk Drag and drop and it is working fine on desktop and android mobile devices as well. But some how the scroll is not working with the drag event in the "IOS 13" devices.
I have applied the [cdkDragStartDelay]="200" but still the scroll is not working(IOS 13) .
We are using Angular/cdk : '8.1.2'. with Angular/core : '8.0.0'.
This seems to be an issue with "IOS 13" compatibility with cdk. Because it is working on other ios versions.
Environment
Angular: 8.0.0
CDK/Material: 8.1.2
Browser(s): safari
Operating System (e.g. Windows, macOS, Ubuntu): IOS 13
onyzhin, naeimsf, obikanubi, teamwellbeang, jordankkk and 7 more