Skip to content

slider #9

Description

@js08

http://jsfiddle.net/rajkumart08/U9CZA/embedded/result/

When I see this link in iphone device the slider is not working but it works in chrome in firefox the slider movement is not proper
I am providing the code in fiddle also http://jsfiddle.net/rajkumart08/U9CZA/2/
can you guys please say how to fix the issue

I am providing my js code below

$(document).ready(function()
{

$('#demo2').flickable({segments:4});
$('#demo2 a').tap(function(){ alert('You just tapped "'+$(this).text()+'"'); });

if(!Modernizr.touch) {

// If you're on a desktop, show next/prev links for mouse navigation
$('.openme').after('

Prev | Next

');
$('.next').click(function() { $('#demo2').flickable('scrollNext');});
$('.prev').click(function() { $('#demo2').flickable('scrollPrev');});

// Add mouse support
$('#demo2 a').click(function(){ alert('You just clicked "'+$(this).text()+'"'); });
}

});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions