flipboard-layout
flipboard-layout copied to clipboard
Touch box
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.