flipboard-layout icon indicating copy to clipboard operation
flipboard-layout copied to clipboard

Touch box

Open zademy opened this issue 7 years ago • 0 comments

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.

zademy avatar Nov 16 '17 23:11 zademy