Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉 #3060

Closed
wangxiongtao opened this issue Dec 5, 2019 · 3 comments
Labels

Comments

@wangxiongtao
Copy link

Describe the bug

1575529363

To Reproduce

Environment

Expected behavior

Screenshots

Additional context

@YorkShen
Copy link
Contributor

YorkShen commented Dec 5, 2019

Try use roundOffDeviation

Please provide a demo next.

@YorkShen YorkShen closed this as completed Dec 5, 2019
@wangxiongtao
Copy link
Author

Try use roundOffDeviation

Please provide a demo 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);

@YorkShen
Copy link
Contributor

YorkShen commented Dec 6, 2019

  1. A runnable demo, please. Not code snippet.
  2. Set the background color of the container to red, which will help you skip the problem. The reason of the problem is also in the document I provided.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants