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:
us...@infra.apache.org



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

Reply via email to