Ollie

Results 20 comments of Ollie

@Kudo You can test with this code: index.js ``` (async () => { function sleep(s) { return new Promise(r => setTimeout(r, s)); } console.log(Date.now()); await sleep(5000); // In fact we...

现在这个版本`passThroughTouches:true`参数不生效

> > 很多情况下用户会触发多次的showModal(例如由Modal实现的自定义Toast、Dialog等),但是现在的API并不支持关闭指定sceneId的Modal。hideModal的行为只会关闭栈顶的Modal > > 我看看 > > > 现在这个版本`passThroughTouches:true`参数不生效 > > 这个参数不支持从 Modal 透传事件到其它页面 那如果想要实现层级最高的自定义Toast该如何实现呢?在每个页面里重复注入一个组件感觉不太优雅

I also met. `Android 6.0.1` This is an occasional problem.I used Layout Inspector check it,all component and widget was rendered but not display. ![image](https://user-images.githubusercontent.com/37471959/139523671-af28d931-8415-4f29-967c-1f9f7d4f3a85.png)

> Same here. @NiuGuohui did you find a solution? Sorry, it has not been resolved, I temporarily removed ‘setOffscreenPageLimit’.

> @NiuGuohui 应该不需要,这个补丁对于打包结果是无感知的。只在打包过程中会生成一些临时名称 tks