Open markwag123 opened 11 years ago
Hi Markwag, I'm just wondering , did you find any solutions for this mobile clicking issue ?
Change in jquery.flips.js
this.$flipPages.find( '.box' ).on( 'click.flips', function( event )
to
this.$flipPages.find( '.box' ).swipe({
click: function( event ) {
}
});
Everything seems to be working fine with the flip/page turning effect but nothing happens once you click onto the articles. Any advice on how I can make this work for mobile devices.
Thanks for your help