Android webview
Hello Everyone I an using webview in my android app . The problem i am facing that i want to remove the scroll bar white color because i an using black color as a body bgcolor . So in simple words hw we c开发者_运维知识库an remove scrolling or scroll bar in the android web view . Thanks
I see you have found a solution, there is another way though. You can also set the attribute in your xml layout file. android:scrollbars="none"
精彩评论