calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

Find touch coords for 768x1014 Web Apps displayed on iPad Pro form factors #403

Closed jmoody closed 6 years ago

jmoody commented 7 years ago

Motivation

When Cordova iPad apps are displayed on iPad Pro form factors, the touch coordinates are incorrect because the layout is happening in a 768x1024 rect rather than the native resolution.

Users can avoid this by updating their apps.

Completes:

Includes:

Tests

See #402

jmoody commented 6 years ago

@john7doe This change set includes the commits from #402 + 1 commit.