f***@163.com
f***@163.com
  • 发布:2016-05-11 19:57
  • 更新:2016-05-11 19:57
  • 阅读:1402

【报Bug】webview 加载不全 http response 没有 content-length

分类:HBuilder

当我服务器给出的response header 没有 content-length的时候
webview加载一半儿页面的html 就不在读取了
认为已经加载完毕了

这个是hbuilder优化的结果么?
我使用的是百度云服务,它不会自动计算 content-length 并且放在header中。
而且我的php代码也不太好改。

我想确定是不是这个原因导致 webview只加载了一半儿 html的

    }  
</script>  
<script>  
    function abc123(){  
        alert(123);  
    }  
</script>  
<script>  
    function abc123(){  
        alert(123);  
    }  
     function abc123(){  
        alert(123);  
    }  
     function abc123(){  
        alert(123);  
    }  
     function abc123(){  
        alert(123);  
    }  
     function abc123(){  
        alert(123);

这个是从chrome remote debug看到的源文件,到了这就没有再加载了。

2016-05-11 19:57 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复