Jonathan Moskovich

Results 20 comments of Jonathan Moskovich
trafficstars

@vliedel indeed it seems that there's a problem here. I'm adding it to the issues that we'll deal with in the near future

I don't know whether we will have the capacity to implement this in the near future, but it looks like it could be done with an api to the [emulator...

It looks like this will require a new resolver for the avd version + whether it's a playstore image. We also need to check how it would affect the flow...

This looks the same as https://github.com/wix/Detox/issues/3270 What I can suggest as a workaround in the meantime is to try to wrap launchApp in explicit calls to device.disableSynchronization/device.enableSynchronization and see if...

@jinhale Could you please run `adb logcat` to see whether there is relevant info in the native logs that could help? Also, could you try to run the detox test...

@Sonakshi997 I was not able to reproduce this issue, except when the soft keyboard was open due to typing in the textfield - in which case, I added tapReturnKey to...

I was able to reproduce the issue, which looks like it occurs with any view placed before a scrollview. Although I haven't found the root cause yet, I did find...

@shamilovtim It looks to me like an animation that is preventing Detox from seeing the device as idle - perhaps there is an animation happening during tap/navigate? Can you try...

React Devtools plugin has a profiler where you can try to find out what is going on the javascript side, or Hermes Debugger plugin to set breakpoints in the js...