Skip to content

Commit fa45efd

Browse files
Update docs.md
1 parent 82c3821 commit fa45efd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs.md

+9
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,12 @@ Dir.glob('./**/AndroidManifest.xml') do |xml|
290290
end
291291
```
292292

293+
#### iOS notes
294+
295+
mobile gestures on iOS are known to be crashy. Fix by adding pre/post event sleep.
296+
297+
```
298+
sleep 3
299+
mobile :tap, x: 10, y: 100, duration: 0.5
300+
sleep 1
301+
```

0 commit comments

Comments
 (0)