Android Webapp hide scrollbar?
is ther开发者_运维知识库e a way (through javascript/jquery/css) to hide the scrollbar in android's web browser? Can't seem to find any valid info online and things that work for Google Chrome (webkit engine, as well) don't seem to work for the Android's browser.
Thanks bunches
Did you ever tried overflow-x/y for hiding scrollbars?
精彩评论