最近碰到个需求需要在APP中加入代理,HttpClient的代理好解决,但是WebView碰到些问题,然后找到个API10~API21都通用的类,需要用的同学自己看吧,使用方法,直接调用类方法setProxy即可,applicationName可以设置为null. /** * Created by shengdong.huang on 2015/9/18. */ public class ProxySettings { private static final String LOG_TAG =
1. 添加本地js文件, 并配置head中的属性 function increaseMaxZoomFactor() { var element = document.createElement('meta'); element.name = "viewport"; element.content = "maximum-scale=5; width=980"; var head = document.getEle