angular-swipe icon indicating copy to clipboard operation
angular-swipe copied to clipboard

ng-swipe-up/down disables default swipe-up/down behavior of the browser

Open front-thinking opened this issue 7 years ago • 2 comments

for instance, if i got a very long div, when use ng-swipe-up directive , i want to see the details on the end of div, it will not move the long div up.

front-thinking avatar Jun 07 '17 09:06 front-thinking

occurs both in PC and Mobile device.

front-thinking avatar Jun 07 '17 10:06 front-thinking

It seems that it blocks scrolling.

You should be able to see the issue in Chrome Dev tools (mobile device tools) by creating an instance of div that has long, scrolling content

front-thinking avatar Jun 07 '17 10:06 front-thinking