Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drag doesn't work for old Android versions #55

Closed
sgkimsm opened this issue Oct 1, 2013 · 3 comments
Closed

drag doesn't work for old Android versions #55

sgkimsm opened this issue Oct 1, 2013 · 3 comments

Comments

@sgkimsm
Copy link

sgkimsm commented Oct 1, 2013

Hi,

For old Android version like 4.2 and 4.1, input swipe doesn't accept duration parameter, so I can't use drag method for these devices.
So would you like to change drag method not to use duration for old devices?

I'm not sure duration is mandatory parameter for ICS and GB, but duration is optional parameter even for 4.3.

Please let me know your opinion on this.

Thank you.

@dtmilano
Copy link
Owner

dtmilano commented Oct 1, 2013

You are right, it's not supported for older versions. I'll be looking into it. Thanks.

@dtmilano
Copy link
Owner

dtmilano commented Oct 5, 2013

Partial fix: 6cd170e

@sgkimsm
Copy link
Author

sgkimsm commented Oct 7, 2013

It works as expected.

Thank you.

@sgkimsm sgkimsm closed this as completed Oct 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants