MaxTibs
MaxTibs
Notice that this is true only if you're in **development mode**. Try to run a **production build** and this effect will go away.
I agree, this is annoying. In my case I listen for events and display an alert for each of them in the UI which turns out to be duplicated. However...
Same issue here. I've found a workaround to this issue seems to be to use [getAttributes](https://wix.github.io/Detox/docs/next/api/actions/#getattributes) function from the target and scrollview elements, then check if the target is within...
I've got this issue after upgrading the library from `9.0.1` to `9.3.1`. The difference in my case is that I do not use the placeholder, I actually removed it by...