坑爹系列-2 webview的白邊問題

即便你這麼設置,那也是不起做用的,webview仍然會有一點點白邊android

 

 

android:fadingEdge="vertical|horizontal"

 

android:fadeScrollbars="true"

 

android:scrollbarStyle="insideOverlay"

 

 HTML contains the following in <head>:web

 

<metaname="viewport"content="target-densitydpi=device-dpi"/>

 

你必須這麼寫ide

 

webView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);

 

fuck!

 

 

爲何呢,tmd,這是一個bugspa

相關文章
相關標籤/搜索