xiaobin

Results 15 comments of xiaobin

补充一下,惯性滑动到顶后能触发越界回弹效果,仅仅只是手指不抬起的情况下不行。

很抱歉,由于我没遇到过这情况,无法帮到你。 另外,由于我很久没折腾黑果了,所以OC版本也好几个版本没更新了,建议自行参照OC的文档更新下最新的版本尝试下。

> 此问题正在尝试解决。 @Matcha-xiaobin 关于沉浸式调整导致的问题太多了,我在考虑回档代码 那没办法了,回档吧

> You want a way to trigger an image to try to reload if it fails? 是的

> Please, use only English in public trackers. I'm sorry about the fact that I didn't use English. I have now changed it to English.

> I tried Chinese input with 2 textfields on macOs - it works fine. > > Could you post a simple reproducer, and the stacktrace of the crash? I'm sorry...

@igordmn Yes, some files like 'hs_err_pid18096.log' were generated. I will provide these documents below. I'm sorry I can't provide a minimal reproduction of the code, because I don't know what...

@Tlaster 我也出现了这样的问题,且我用的是1.6.0-rc02 我的需求是,先跳转到页面A,然后退出页面A时,继续跳转到页面B 大概像这样: ``` scope.launch { navigator.navigateForResult("pageA") navigator.navigate("pageB") } ``` 目前的情况是,可以正确跳转到pageB,但是过渡动画会消失,并且pageB的viewModel中会请求接口获取数据,但 ``` viewModelScope.launch { //在这里面执行了网络请求 } ``` 中的任何代码都不会执行。

> @Tlaster 我也出现了这样的问题,且我用的是1.6.0-rc02 > > 我的需求是,先跳转到页面A,然后退出页面A时,继续跳转到页面B 大概像这样: > > ``` > scope.launch { > navigator.navigateForResult("pageA") > navigator.navigate("pageB") > } > ``` > > 目前的情况是,可以正确跳转到pageB,但是过渡动画会消失,并且pageB的viewModel中会请求接口获取数据,但 > > ``` > viewModelScope.launch {...

@Tlaster [demo.zip](https://github.com/Tlaster/PreCompose/files/14600992/demo.zip) 这里是能复现的demo https://github.com/Tlaster/PreCompose/assets/5775066/03350bff-558a-40f3-b2d6-d67c2ec48a5d ![image](https://github.com/Tlaster/PreCompose/assets/5775066/ba616492-9617-4f4e-b0f6-80ef7b6f3e6f) 正常情况下,应该是 显示 launch 执行了