WebView 를 이용하여 브라우저를 띄웠습니다.그리고 핸폰 액정보다 큰 브라우저 넓이와 높이를 알아오고 싶습니다...하지만 webview.getWidth(),webview.getHeight(),getMeasuredHeight(),getMeasuredWidth(),getWidth(),getHeight() 모두액정의 넓이만큼만 구해오고 있습니다...어떻하면 액정보다 큰 브라우저 width와 height를 구해올수 있을까요??
로그인 유지