Questions
Hide native WKWebView vertical scroll indicator on iOS
Hi Median Support,
I’m using Median to wrap a React/Lovable web app.
On iOS, the native vertical scroll indicator of the WKWebView is visible on the right side while scrolling.
The web app itself already has all CSS scrollbars hidden. The scrollbar is also hidden when the same app is opened in Safari. However, it remains visible in the Median iOS app.
I believe this is the native UIScrollView indicator of the WKWebView.
Is there a Median App Studio setting, configuration option, plugin setting, or JavaScript Bridge API to set:
webView.scrollView.showsVerticalScrollIndicator = false
while keeping scrolling enabled?
I don’t want to disable scrolling — I only want to hide the visual scroll indicator.
If this is not currently exposed in App Studio, could Median enable this for the app configuration or advise on the supported way to achieve it?
Thanks!