Open zademy opened 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.
this.$flipPages.find(‘.box’).bind(‘click touchstart’, function().... ... .... .... }, 0); });
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.