Plugin Author
kubiq
(@kubiq)
smoothscroll from gblazex has this option or you mean Lenis?
Plugin Author
kubiq
(@kubiq)
Then just use allowedBrowsers option in settings, or what’s the problem?
What is your website URL?
The problem is – whatever I choose anything from browsers setting – it always get back to 3 default ones after saving.
Plugin Author
kubiq
(@kubiq)
Oh god, you’re right… thank you for noticing this!
Fixed in 6.7.2
Hey, it saves browsers choosing now, but it doesn’t seem to work properly on Edge (it saves but doesn’t scroll smoothly).
-
This reply was modified 1 year, 1 month ago by
dominmax.
Plugin Author
kubiq
(@kubiq)
Microsoft again doing some weird decisions 😀
In new versions of Edge it’s not userAgent Edge anymore, but just an Edg *facepalm*
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
I’ve opened this issue in gblazex GIT : https://github.com/gblazex/smoothscroll-for-websites/issues/111
In meantime you can edit this file as a hotfix /wp-content/plugins/mousewheel-smooth-scroll/js/SmoothScroll.min.js and edit /Edge/.test into /Edg/.test
Do two versions of Edg and Edge under one selector for the future 😉