FrontPage
zoom有効化 †
import android.webkit.WebSettings;
import java.lang.reflect.Field;
(中略)
WebSettings ws = super.appView.getSettings();
ws.setBuiltInZoomControls(true);
ws.setSupportZoom(true);
try{
Field nameField = ws.getClass().getDeclaredField("mBuiltInZoomControls");
nameField.setAccessible(true);
nameField.set(ws, false);
}
catch(Exception e){
e.printStackTrace();
ws.setBuiltInZoomControls(false);
}
ws.setLoadWithOverviewMode(true);
ws.setUseWideViewPort(true);
最新の20件
2021-03-31
2020-06-09
2020-05-30
2019-12-02
2018-10-18
2018-07-05
2018-01-11
2015-12-07
2015-08-03
2015-07-20
2012-07-19
2012-06-30
2012-06-23
2012-01-25
2011-11-09
2011-11-08
2011-10-02
今日の7件
- counter: 168
- today: 1
- yesterday: 0
- online: 1