botelho / flipboard-layout

An experimental page layout that let's you navigate pages by swiping or dragging as in a booklet, inspired by Flipboard.
639 stars 155 forks source link

Touch box #17

Open zademy opened 6 years ago

zademy commented 6 years ago

You are able to put the clicks working on the iOS, by doing:

– Use the JqueryMobile (just add it to the project). – Around line 550 of the file Jquery.flips.js, here:

this.$flipPages.find(‘.box’).bind(‘click touchstart’, function().... ... .... .... }, 0); }); Add the tap event.