Reputation: 1295
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
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