OverscrollEdgeEffect is the worst!
shababalnabil opened this issue · 5 comments
Hi there, I'm trying to build a browser with my team. I didn't use the MozillaAndroidComponents here because that's not that customizable. So, I decided to use only GeckoView library. I was testing my browser and I saw a feature that is OverscrollEdgeEffect. The GeckoView gives a jerky felling because of that. It feels very bad and I thought It's a bug and I realized that Mozilla gave a bug to the GeckoView xD. Now I want to disable the Bounce Effect which causes the jerky feeling. Thank you.
Thanks you feedback. Could you file a feature request to https://bugzilla.mozilla.org/ ?
And I forget preferences. apz.overscroll.enabled=false
disables it. I believe GeckoRuntimeSettings.Builder.configFilePath can set custom preferences.
I tried apz.overscroll.enabled=false but it didn't work. The effect started since v85. I made a duplicate of the issue because I thought no one cares about it. I also added an issue https://bugzilla.mozilla.org/show_bug.cgi?id=1827938
I also tried to get the source code and modify in order to remove the effect but I couldn't. That was a bad idea because I have to do the same process over updates. I just want to use the artifact build. I opened a bug in bugzilla but I don't think they will consider about it. In connects.mozilla.org I added a new idea about that. They said that the idea is open and needs to be voted. Why no one is doing anything?