Dan
Dan

Reputation: 1295

Touch/ swipe events including when swiping on an iframe and make it slideable

I am using touchslider.com which is a jquery plugon to allow mouse and touch swiping on areas of a page to have a nice one page basic app where 4 pages can be swiped between

the problem i am having is that on one slide is an iFrame. this area of the screen therefore become un-swipeable. can anyone suggest anything?

I guess the question is more around adding swiping affect to the iframe.

Thanks

dan

Upvotes: 0

Views: 1651

Answers (1)

Dan Sim
Dan Sim

Reputation: 48

Do you need to slide (perhaps up/down) inside the iframe as well? If not, you could have a transparent div overlaying the iframe which would prevent the touch event from getting lost in the frame.

Upvotes: 1

Related Questions