body-scroll-lock
body-scroll-lock copied to clipboard
Is this package dead/abandoned?
No updates since 2021, many open issues. Anyone know if there's a fork or another maintained package?
The author himself made the last commit a year ago. It more likely to be abandoned. The good news is we can fork this and do necessary updates by our self.
There's also a bug on ios with a fix that hasn't been merged. So I conclude yes unfortunately
@willmcpo @jvitela Hi! Do you have any plans for this project? If no - maybe you should create a team to collaborate on this? I'm sure there are people interested in this. Yes, technically we can fork to own repo, but if there will be no support for this project from the dev team, it's better to transfer this repo to interested people
Hi @Kreeg, I am not a maintainer of this library and I am no longer working with it. @willmcpo doesn't seem active on Github since 2021.
Could anybody recommend a decent alternative? I've browsed a few, but was unsure there is a bulletproof one - especially with all iOS concerns.
@kosmeln It's coming to CSS in the near future: https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior
@fjeldsoe , thanks a lot!
@kosmeln This seems to work well and address all iOS concerns as well: https://github.com/tuax/tua-body-scroll-lock
@kosmeln It's coming to CSS in the near future: https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior
thanks a lot ! it works well.
@kosmeln It's coming to CSS in the near future: https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior
It's great but many iOS users still uses old iOS/Safari
Can someone recommend alternative library that works with older and newer iOS Safari?
They stopped maintenance. I had to work it out myself, using the same approach, with a new version of typeScript. And fix the original problem, available for everyone to use.
npm i body-scroll-lock-upgrade
@krutoo I ended up using tua-body-scroll-lock
, it's inspired by body-scroll-lock
and works as intended. I'd strongly discourage anyone from using body-scroll-lock
any further.
@KilianSSL Can you link the npm package? Can't seem to find it
I've fixed the name, sorry for that...
tua-body-scroll-lock was updated 2 years ago. It seems to be abandoned too
anyone find a good alternative?
Found these:
- https://github.com/vercel/body-scroll-lock
- https://github.com/rick-liruixin/body-scroll-lock-upgrade
Does anyone have experience or can recommend something?
@simonmaass i tried https://github.com/rick-liruixin/body-scroll-lock-upgrade and it seems to work well for me