Mobius1 / Pageable

Create full page scrolling web pages. No jQuery.
371 stars 57 forks source link

[bug] events inside box doesn`t works #22

Closed odlainepre closed 4 years ago

odlainepre commented 5 years ago

Events inside box doesn`t works on mobile chrome browser. Chrome 77.0.3865.116

    const options = {
        pips: true,
        infinite: true,
        easing: function(currentTime, startPos, endPos, interval) {
            // the easing function used for the scroll animation
            return -endPos * (currentTime /= interval) * (currentTime - 2) + startPos;
        },
    }

Безымянный

More:

Plugin works well only in the web version on a real mobile device works like shit. Why does pugin try to render a block every time? he doesn’t succeed, the layout floats loaded for a long time. Why can't you make a dumb scroll from block to block only? This is not ready for production, please correct the errors or do not mislead people so that there is no waste of time

Mobius1 commented 5 years ago

This is not ready for production, please correct the errors or do not mislead people so that there is no waste of time

What the hell are you flapping about? Misleading? The lib is in 0.x.x form and hence anyone with half a brain cell would know it's not production-ready.

odlainepre commented 5 years ago

@Mobius1 i don't care about the package version. Public plugin? - Yes. Plugin`s task - onepage scrolling. Can perform main task? - 50 / 50. You either do well or don’t do at all.

odlainepre commented 5 years ago

@Mobius1 sorry for my harshness. I can help test plugin and give feedback to finalize. If collaboration is interesting, write in Telegram: https://t.me/nikitamarcius or Discord: Nikita Marcius#2274

odlainepre commented 4 years ago

https://github.com/Mobius1/Pageable/issues/14