Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Scroll on ipad
posted

I put a grid inside a fixed size container, and made sure that the # of lines presented on the grid would not exceed the container's height, so there would be no scrollbar for the grid.

this work quite fine, however on ipad I can't use page scroll on the grid, it catches the event of scrolling even though there is nothing to scroll inside the grid, and never bubble it up.

how do I solve this problem ?