Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile issues #6

Open
markwag123 opened this issue Jun 4, 2013 · 2 comments
Open

Mobile issues #6

markwag123 opened this issue Jun 4, 2013 · 2 comments

Comments

@markwag123
Copy link

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

@D7CODER
Copy link

D7CODER commented Feb 2, 2014

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

@superprat
Copy link

Change in jquery.flips.js

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

to

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants