Giter Site home page Giter Site logo

Comments (8)

lyfeyaj avatar lyfeyaj commented on July 25, 2024

Please make sure that you are using the latest version of swipe: 2.0.12

If not, you can install it via npm install swipejs@latest

from swipe.

made-by-chris avatar made-by-chris commented on July 25, 2024

I am using Swipe 2.0.12, do you have any other suggestions?
It would be good to know if this is/was an issue other people have seen, or just me.

from swipe.

made-by-chris avatar made-by-chris commented on July 25, 2024

(FWIW i just extracted the min build from the latest release, that should be fine right?)

from swipe.

lyfeyaj avatar lyfeyaj commented on July 25, 2024

It seems something related with your stylesheets, the following css must be included in somewhere in your project to make sure swipe work as expected

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  overflow: hidden;
}

from swipe.

made-by-chris avatar made-by-chris commented on July 25, 2024

I included that also. I will check my markup and css to see if something is missing though

from swipe.

lyfeyaj avatar lyfeyaj commented on July 25, 2024

If this problem only happened when you resize your viewport, you can try to call mySwipe.setup() to let swipe re-initialize...

from swipe.

made-by-chris avatar made-by-chris commented on July 25, 2024

hi it turns out the resize issue was due to a missing css style, i must have accidentally removed it
However the slider is still totally missing on iOS iphone 6 safari. Could be result of something else though I'll see.

from swipe.

lyfeyaj avatar lyfeyaj commented on July 25, 2024

Can't reproduce

from swipe.

Related Issues (20)

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.