You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
The official site works with touch scroll in touch device /mobile. However while using the same TouchableArea.js and TouchExampleWrapper.js with ZyngaScroller won't work in my local case. What I did was create a smple table (fixed data table) and wrap it with ExampleTouchWrapper tag with tableHeight and tableWidth supplied. It's works as expected in Desktop browser, but show's the same interface in mobile device. While tracking the handleTouchMove event in TouchableArea.js I get valid touches(location/coordinates) for scroller(ZyngaScroller). Has Anyone got any working example of it in plunker or fiddle, would be really nice.
The text was updated successfully, but these errors were encountered:
@KamranAsif I switched to the fork like 15min later, it works, but not 100% perfect - but 10000x better than nothing ;) Thanks for the great work on fixing this in a fork!
The official site works with touch scroll in touch device /mobile. However while using the same TouchableArea.js and TouchExampleWrapper.js with ZyngaScroller won't work in my local case. What I did was create a smple table (fixed data table) and wrap it with ExampleTouchWrapper tag with tableHeight and tableWidth supplied. It's works as expected in Desktop browser, but show's the same interface in mobile device. While tracking the handleTouchMove event in TouchableArea.js I get valid touches(location/coordinates) for scroller(ZyngaScroller). Has Anyone got any working example of it in plunker or fiddle, would be really nice.
The text was updated successfully, but these errors were encountered: