Jonah Fang

Results 60 comments of Jonah Fang

`ignore.floating_win` does not achieve what I want!

第一次显示正常,第二次可能也正常,后续就不正常了(如图)。关闭小程序,再打开就看到又正常了。 测试环境:iphone 6s, taro 中使用。

android 手机上测试正常。

![image](https://user-images.githubusercontent.com/16301509/63599496-4ca3b500-c5f4-11e9-94c5-ea6681277022.png)

问题好像出在这里!根本没有能保存到 globalSystemInfo, 每次都是重新取的!

注意不是开发时出现错位!

我已经自行修改了一个版本,问题解决了(不用app.globalSystemInfo,改用本地storage存储)。

借此机会,我要在这里感谢 @lingxiaoyi ,这个组件非常棒!

@mehwww, 我手工在命令行中执行时,就没有自动删除,这个和#12无关。

出错信息为: ``` usr/lib/node_modules/oss-sync/lib/progress.js:104 this.stream.clearLine(); ^ TypeError: this.stream.clearLine is not a function ``` /usr/lib/node_modules/oss-sync/lib/progress.js, 注释掉104,105两行后问题解决