Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Add support for Firefox Mobile/Tablet #20

Closed
waldbaerkoch opened this issue Feb 13, 2013 · 2 comments · Fixed by #28
Closed

Add support for Firefox Mobile/Tablet #20

waldbaerkoch opened this issue Feb 13, 2013 · 2 comments · Fixed by #28

Comments

@waldbaerkoch
Copy link

Currently, ftscroller uses "document.hasOwnProperty('ontouchstart')" to test for touch support. Firefox Mobile/Tablet on Android report false, although they have touch support. Test for "ontouchstart' in window" would report true in Firefox.

@rowanbeentje
Copy link
Contributor

Thanks for this - JSLint and friends really don't like "in", but I'm sure we can find an alternative.

@rowanbeentje
Copy link
Contributor

Jim has fixed this in Pull Request #28 - should be all working both on Mobile/Tablet on Android and also on Firefox OS.

Thanks for the report!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants