Adam Tyler
Adam Tyler
I'm seeing this exact issue. Works fine on iOS but Android hangs until timing out on `scrollTo` actions: ```detox[15977] INFO: [APP_STATUS] App synchronization debug: The app appears to be idle!...
Same here. As @nassif7 said, the issue started appearing when wrapping my app in ``
I'm also running into this issue on Android only. For all thumbnails the return I see is: `{"err": [Error: setDataSource failed: status = 0xFFFFFFEA]}`. ``` buildToolsVersion = "30.0.2" minSdkVersion =...
@sobytes did you ever make any progress on this?
@guialbuk @mkhazov do you know of any manual way to flush the current buffer or to request new after the change?
Thats a pretty cool idea. I think the main challenge then would be the geometry in the animation.
I'm having this issue on GH Actions after updating the runner from macos-11 to macos-12. It seems the simulator doesn't boot fast enough since its the first use of it....
@livindead I just spent some time debugging this issue as well and think I've fixed it. The docs don't specify but it looks like that line also needs `isReferrable`. Try...
I'm also seeing this output on GH Actions using `macos-11`
@mrousavy thanks for the quick response! I went ahead and verified that it does work on iOS which is awesome. One thing I do notice though is a quick flash...