码迷,mamicode.com
首页 > Web开发 > 详细

WebView支持特效,页面内跳转(转载!)

时间:2016-07-25 18:10:30      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:

技术分享
1 webView = (WebView) findViewById(R.id.lottery_webview);  
2             webView.getSettings().setJavaScriptEnabled(true);  
3             webView.getSettings().setLoadsImagesAutomatically(true);//auto load images  
4             webView.getSettings().setSupportZoom(false);  
5             webView.getSettings().setBuiltInZoomControls(false);//zoom  
6             webView.getSettings().setUseWideViewPort(true); //auto adjust screen  
7             webView.getSettings().setLoadWithOverviewMode(true);  
8             webView.loadUrl(url);  
9             webView.setWebViewClient(new WebViewClient());  
View Code

 

WebView支持特效,页面内跳转(转载!)

标签:

原文地址:http://www.cnblogs.com/xiaobaicai12138/p/5704385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!