Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Mobile): Don't preventDflt container touches
event.preventDefault() in uiGridRenderContainer touchmove handler was preventing momentum scrolling from working on mobile devices. Removing this call seems to have allowed more natural mobile scrolling. I have only tested on Android as that's what's available but hopefully iOS will be better as well
- Loading branch information