Ngx-drag-scroll: Demo app mobile view issue

Created on 7 Jul 2017  ·  8Comments  ·  Source: bfwg/ngx-drag-scroll

Summary

As a user, I want to view the demo app page on mobile device properly.

Requirement

Investigate and fix the issue.

bug

All 8 comments

First of all great job!

Any news about this issue? We have a app that uses your amazing component but no event works on mobile version.

Thanks @nachocoig! It means a lot to me knowing this project is helpful to others. I have just published v1.3.6, the mobile touch issue should get resolved. Please reinstall the package and give it a try.
However if it is still not working for you, please let me know and I'll try my best to fix it.

Hello @bfwg! Thanks for posting a new version so fast. Now, your project works correctly, but, my project is broken when use your module. The problem is a click event. I think that your module captures all click events from my application and only drag works (my links is broken).

Google Chrome Developer tools says;

[WARN] > angular2-drag-scroll.ts:207 Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Very grateful for your attention.

Regards!

@nachocoig me too face this issue ..i am using latest v1.3.6.

@suresh2018 Me too using v1.3.6.

At the moment, i disabled this module on mobile devices. If u want know if a determined device is mobile or not, u can use this line:

let isMobile = /Android|iPhone/i.test(window.navigator.userAgent);

Thanks for the report @nachocoig @suresh2018.
I will investigate into this issue and get it fixed as soon as possible.

Let us move the conversation to #26

Resolved in #31

Was this page helpful?
0 / 5 - 0 ratings

Related issues

IlCallo picture IlCallo  ·  12Comments

MortezaT picture MortezaT  ·  11Comments

MortezaT picture MortezaT  ·  5Comments

bfwg picture bfwg  ·  13Comments

Andi1990 picture Andi1990  ·  10Comments