안녕하세요.

 

        <WebView
            android:id="@+id/readreviewread_webview"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:clickable="true"
            android:focusable="false"
            android:focusableInTouchMode="false"
            android:longClickable="true"
            android:scrollbars="none" />

 

 

 

  WebView web = (WebView)findViewById(R.id.readreviewread_webview);
  web.getSettings().setBuiltInZoomControls(true);
  web.getSettings().setSupportZoom(true);
  
  web.loadUrl("String.format("URL", mStrBoardIdx));

 

 

두손가락으로 확대 축소를 하고싶은데요.....

인터넷검색해서 소스를 찾아보면 위의 소스가 될것 같은데, 안됩니다......

 

좋은하루 되시구요, 답변 부탁 드리겠습니다.