hinablue / jqiphoneslide

jQuery iPhone slider plugin
jquery.hinablue.me/jqiphoneslide
29 stars 8 forks source link

html pages with user interaction possible to run!?! #6

Closed LOG-TAG closed 12 years ago

LOG-TAG commented 12 years ago

Hi, pages with images only possible to slide or pages with user interaction works with this code??

Thank you

hinablue commented 12 years ago

It should be ok ~ but won't it a little weird to use on user interaction pages?

LOG-TAG commented 12 years ago

Thanks for the reply, I want to put the video play button(Android phongap), zoom in zoom out interactions(native Gestures html ebook) https://github.com/phonegap/phonegap-plugins/tree/master/Android/VideoPlayer

hinablue commented 12 years ago

The plugin bind the touch event on the slide pages, so the gestures control will failed in the content of the slide pages. If you want to put the web page or etc, you could use the "slideHandler" option to set the slide controller out of the slide page.

BUT, in this case, only the "slideHandler" area can be drag and drop, the slide page will do nothing when user use with gestures(drag and drop). So you could use the zoom in/zoom out with the content of the slide page, but maybe it will be confused when user slide on the pages.