You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/21 03:35:06 UTC

[GitHub] inertiabeer opened a new issue #1950: 安卓端webview加载闪屏

inertiabeer opened a new issue #1950: 安卓端webview加载闪屏
URL: https://github.com/apache/incubator-weex/issues/1950
 
 
   部分安卓机器上(vivo nex  小米mix2)webview加载完成之后,会白屏一下,然后重新显示,官方的playground-app扫码可以复现
   测试代码如下
   <template>
     <div class="wrapper">
       <web style="width: 730px; height: 1000px" src="https://www.sina.cn/"></web>
     </div>
   </template>
   
   <style scoped>
     .wrapper {
   		flex-direction: column;
   		padding: 10px;
   	}
   </style>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services