Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate scroll event on iPad

Generally speaking, on an iPad, if we have a fixed width/height iframe element , it should scroll automatically using 2-fingers..

But because of some issue/bug in the latest IOS, we are unable to scroll the fixed dimension element..

So is there any library or any alternate by which I can wither use iframe / object element and add code which would simulate scrolling..

I can use object element, in case there is a issue with iframe unable to receive events..But I need either of these, as I have to include a child page..

like image 769
copenndthagen Avatar asked May 27 '11 08:05

copenndthagen


1 Answers

This is what your looking for: http://cubiq.org/iscroll Tried it, works fine

like image 171
standup75 Avatar answered Oct 02 '22 15:10

standup75