Coder Social home page Coder Social logo

Comments (8)

eddiemf avatar eddiemf commented on September 4, 2024 1

I'm not sure about it, I don't use iOS, but I'll make some tests this monday to see if I catch something, thanks for the feedback!

from vue-scrollactive.

eddiemf avatar eddiemf commented on September 4, 2024 1

Great, I'll patch it this weekend and it should probably work then :)

from vue-scrollactive.

hackuun avatar hackuun commented on September 4, 2024 1

@eddiemf everything looks good! Thanks for update, mate!

from vue-scrollactive.

hackuun avatar hackuun commented on September 4, 2024

@eddiemf hey, mate, I found what cause the issue. forEach doesn't work with nodeList on iOS - https://toddmotto.com/ditch-the-array-foreach-call-nodelist-hack/

So the current version code doesn't work on iOS at all.

from vue-scrollactive.

eddiemf avatar eddiemf commented on September 4, 2024

Which phone are you testing on? I've tested it in iPhone 7 IOS 11 and it worked all fine. But I'll check that link, thanks!

from vue-scrollactive.

hackuun avatar hackuun commented on September 4, 2024

@eddiemf I've tested it on iPhone 6S iOS 9. Doesn't work both in Chrome and Safari. I had the similiar issue with my own scrollspy script, and also had forEach in it. After I change it to Array.prototype.forEach.call it begin to work! But it's better to make own forEach function, like in that article.

from vue-scrollactive.

hackuun avatar hackuun commented on September 4, 2024

@eddiemf awesome! Will looking forward.
Just a tip - for testing purpose you can use Browserstack trial demo, they have iPhone 6S in it.

from vue-scrollactive.

eddiemf avatar eddiemf commented on September 4, 2024

Thanks for the tip, but my free trial was already used hehe

I updated the plugin, it should work as intended now, let me know if anything is still out of place.

from vue-scrollactive.

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.