You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/05 03:59:18 UTC

[GitHub] [cordova-android] breautek commented on issue #976: No scrollbars on elements with overflow: scroll

breautek commented on issue #976:
URL: https://github.com/apache/cordova-android/issues/976#issuecomment-639244335


   So I understand why `webView.setVerticalScrollBarEnabled(false);` was used...
   
   This method is a `View` method, it's not related to webview. So it only provides enables the scrollbar on the root view. It has a side effect of it appearing to work when scrolling the document but If you have inner scrollable children in your HTML for example, you still have missing scrollbars.
   
   Using the `::-webkit-scrollbar` css does work, it just seems like chrome webview has a different set of user agent styling than the chrome android browser. :confused: 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org