-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland iOS landscape mode support (#1974)
AndroidDriver has never cached values, instead it was always requesting them for each new command that used them. Now iOS driver does the same to prevent old screen size being used for taps/swipes.
- Loading branch information
1 parent
86d08e6
commit 92c1984
Showing
16 changed files
with
195 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,5 +41,4 @@ data class Point( | |
fun distance(other: Point): Float { | ||
return distance(x, y, other.x, other.y) | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-305 Bytes
(100%)
maestro-ios-driver/src/main/resources/maestro-driver-ios.zip
Binary file not shown.
Binary file modified
BIN
+19.6 KB
(100%)
maestro-ios-driver/src/main/resources/maestro-driver-iosUITests-Runner.zip
Binary file not shown.
Oops, something went wrong.