Can you use google analytics to capture ios touch events such as taps and swipes in the browsers? Is it also possible to report back on the x and y coordinates of where it happened?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I'd recommend using a Mobile JavaScript library like Zepto. It has a jQuery-like API, and methods specific to touch events. So, you could do things like:
Check out the documentation here: https://github.com/madrobby/zepto |
|||
|
|
