首页 > 其他 > 详细

浏览器访问设备出现白条

时间:2017-05-04 18:15:27      阅读:298      评论:0      收藏:0      [点我收藏+]
/********************************************************************************
 *                          浏览器访问设备出现白条
 * 说明:
 *     使用Chrome访问设备的Web Server,右、下方都出现白条,查找一下webvisu.js中
 * 的原因。
 *
 *                                                        2017-5-3 台湾 中和区
 *******************************************************************************/


var Oa;
Oa = function(a, b, c, d) {
    this.a = a;
    a = this.zf(b);
    c = this.zf(c); (a.width !== c.width || a.height !== c.height) && h(Error("Expected two canvasses of the same size"));
    z.Nh(a, c);
    if (d) a.width = c.width = window.innerWidth - 20,          // 减了20
    a.height = c.height = window.innerHeight - 20;              // 减了20
    this.ra = this.Af(a);
    this.z = this.Af(c);
    this.yd = new Ta;
    this.xf = new Ua(this.z);
    this.Ve = new Ua(this.ra);
    this.nc = p;
    this.Ff = new Va;
    this.Dd = new Wa(this.a);
    this.Pd = new Xa(this);
    this.nd = p
};

 

浏览器访问设备出现白条

原文:http://www.cnblogs.com/zengjfgit/p/6808444.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!