arlo

Results 19 issues of arlo

After adding `"mask"` property, you can use the following to add mask: ``` Toast.show('This is a message', { duration: Toast.durations.LONG, ..... mask: true, // Add this line to show mask...

### 在iOS,数据量大一点时,渲染后显示空白,需要点击一下才能显示出来 - 机型: iPhone XR - 系统:iOS 12.2 - 情况:必现(数据多的时候,空白,点击一下才会显示) 请问下这是什么原因?有人知道吗?烦请知道的指点下,谢谢。

### 如下图 > 在官网的web上是可以设置的,但是在iOS或Android上都没有办法设置,各种交换顺序尝试,也没法设置,搞了大半天,没有相关的任何资料 ![screenshot](https://user-images.githubusercontent.com/22851821/61276522-ca4cf780-a7e2-11e9-9983-7fa7b4e4fcb5.png) 代码就不放了,根据官网设置的,包括富文本`rich`的`backgroundColor`都是没法设置 (文本颜色、字体大小是可以设置的)。

## 环境及平台 - iOS & Android - React Native ## 问题 `iOS & Android`使用`dataZoom`属性进行缩放功能,当缩放到最大程度(`x轴`只显示`1`条数据时),还可以继续放大?(这里指的是继续放大是,数据依然只显示1条数据,但是当缩小的时候需要继续缩小才会正常), 需要不断缩小才会慢慢正常。比如,当放大到只显示一条数据时,再继续放大,然后开始双指捏合缩小,要继续捏合好几次才会慢慢缩小显示`1条数据`、`2条数据`...慢慢趋于正常 ## 代码 ``` dataZoom: [{ type: 'inside', fillerColor: 'white', borderColor: 'white', }], ``` ## 期望...

### 版本号: `"native-echarts": "^0.5.0",` ### 期望结果 每次选择不同的`item`后,可以正常点击`折线图`显示`tooltip`,如果`option`数据源改变后,选择更新`option`后,每次都应该显示不同的`tooltip`(展示最新的**tooltip**). ### 实际结果 第一次显示正常,选择数据项后,每次点击都显示第一次所点击出现的tooltip,也就是说,`tooltip`更新后,以后一直没有有改变? ### 重现步骤描述 - 1. 第一次正常传入`xData`和`yData`, 在`echarts`的`index.js`文件调用了: ``` componentWillReceiveProps(nextProps) { if(nextProps.option !== this.props.option) { this.refs.chart.reload(); // 第一次调用这里没有问题 } } ``` -...

[official demo link](https://echarts.baidu.com/examples/editor.html?c=line-sections) - screenshot **available on Web** ![web screenshot](https://user-images.githubusercontent.com/22851821/53382075-f12e9c80-39ad-11e9-98a3-9b9d3c2ecb81.png) **unavailable on simulator phone** ![ios simulator screenshot](https://user-images.githubusercontent.com/22851821/53382176-52567000-39ae-11e9-8d22-d1e61e9aa0fc.png) ``` series: [ { name:'用电量', type:'line', smooth: true, data: [300, 280, 250, 260,...

I tried to import this repo to my project. I followed the official docs steps, But it got an error when I ran it on iOS simulator. Errors: ``` TypeError:...

### Description **Init** a new project, just add `Text` component to show some texts on Android. The `Text` doesn't show all content for **Japanese** with custom font `fontFamily--BarlowCondensed-Regular` on Android(some...

Platform: Android
Component: Text
Needs: Attention

### Description Child view is not displayed correctly with the border radius set when the transform `rotate` is set in parent view. This happens on part of Android devices only....

Platform: Android
Component: View
Needs: Triage :mag:
Needs: Attention