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

Mobile issues

Open markwag123 opened this issue 11 years ago • 2 comments

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

markwag123 avatar Jun 04 '13 21:06 markwag123

Hi Markwag, I'm just wondering , did you find any solutions for this mobile clicking issue ?

D7CODER avatar Feb 02 '14 22:02 D7CODER

Change in jquery.flips.js

this.$flipPages.find( '.box' ).on( 'click.flips', function( event )

to

this.$flipPages.find( '.box' ).swipe({
click: function( event ) {  
}
});

superprat avatar Jun 03 '14 14:06 superprat