webview scroll ±â´É ¸·±â(touch´Â µÊ) |
|
|
 |
8³â Àü |
//scroll off
mWebView.setHorizontalScrollBarEnabled(false);
mWebView.setVerticalScrollBarEnabled(false);
mWebView.getSettings().setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);
mWebView.setOnTouchListener(new View.OnTouchListener() {
public boolean onTouch(View v, MotionEvent event) {
return (event.getAction() == MotionEvent.ACTION_MOVE);
}
});
|
|
̵̧ : 571 |
̵̧
¸ñ·Ï
|
|