wangxiongtao commented on issue #3060: 
[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562057560
 
 
   > Try use 
[roundOffDeviation](https://weex.apache.org/zh/docs/modules/meta.html#setviewport)
   > 
   > Please provide a 
[demo](https://weex.apache.org/zh/docs/modules/meta.html#setviewport) next.
   
   表示不起作用啊 我entry.js这么设置的
   import Vue from "vue";
   import weex from "weex-vue-render";
   
   
   const meta = weex.requireModule('meta');
   meta.setViewport({
     roundOffDeviation: false
   });
   weex.init(Vue);
   
   

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


With regards,
Apache Git Services

Reply via email to