Hide scroll bar in android app #5416
Unanswered
mohammad0-0ahmad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I've tried to hide the scroll bar in Android app that is created by using capacitor and next.js and I couldn't do so in web source code.
I ended up to modify @capacitor\android\capacitor\src\main\java\com\getcapacitor\CapacitorWebView.java file by adding the following line inside constructure function:
That line could hide the scrollbar but I wonder if I can hide it from my source code instead because I couldn't find a solution for that in the docs.
Best regardes.
Beta Was this translation helpful? Give feedback.
All reactions