Giter VIP home page Giter VIP logo

jquerymobile-carousel's Introduction

Hi there ๐Ÿ‘‹

jquerymobile-carousel's People

Contributors

blackdynamo avatar donnovannavnet avatar greenwoodcm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquerymobile-carousel's Issues

Vertical Scrolling

How do you get Vertical Scrolling to work. I have the carousel embedded in my Jquery Mobile App, but when I implement it vertical scrolling is disabled on all of the pages in the app, not just where the carousel is.

I figured out how to get Vertical Scrolling to Work by changing the code in Jquery UI-Ipad to the following:

if ($.support.touch) {
var obj = document.getElementsByClassName('target_area_divs');
for(i=0; i<obj.length;i++){
obj[i].addEventListener("touchstart", iPadTouchHandler, false);
obj[i].addEventListener("touchmove", iPadTouchHandler, false);
obj[i].addEventListener("touchend", iPadTouchHandler, false);
obj[i].addEventListener("touchcancel", iPadTouchHandler, false);
}
}

The "target area divs" I input the name of my div. Then Scrolling Works but the Carousel Doesn't. Anybody have a solution? Thanks a alot I'd appreciate any help.

Pagination

Hi,

Is there a way to create previous / next buttons to use with it ?
Many thanks,

Samuel

Snapping breaks on new jQuery

We were working with jquery 1.4.8 and then upgraded to a newer version of jquery. We later realized that the snapping feature of jquery mobile carousel stopped working. It turns out it was a result of bumping jquery's version. Has anyone else experienced this or know of a way to use mobile carousel with the newest version of jquery.

Carousel rotation adjustment

Hi, there is any possibility to adjust automatically the carousel if I change the orientation of my iPhone?

Now I have an 100% adjustment to fit the carousel to the screen.

<style type="text/css"> html,body{ margin:0px; height:100%; } </style>

....

    ....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.