manishPatwari / WebDriverAgent

A WebDriver server for iOS that runs inside the Simulator.
Other
52 stars 15 forks source link

IPad 11.2.1 landscape mode screen issue #3

Open rdhandapani88 opened 6 years ago

rdhandapani88 commented 6 years ago

Hi Manish,

I was trying to access the ipad 11.2.1 IOS version. I am seeing the ipad screen properly in the Portrait mode. But when accessing the IPad on Landscape mode , we are getting the issue. I am attaching both the screen shots. I remember, recently the Appium updated their WD code to solve this issue. Can you please look in to t ipad portrait 1 ipad_ ladscape

his.

rdhandapani88 commented 6 years ago

Any update on this team @manishPatwari @shubhankaryash

manishPatwari commented 6 years ago

@rdhandapani88 : Currently we are busy with other things. Timeline for this support is not fixed. Meanwhile If you can fix this please raise a Pull request we are happy to review and merge.

shubhankaryash commented 6 years ago

Looked at this. I incorporated the orientation for rendering on the browser. While the rendering was correct but proper translation of clicks, scrolls etc was not happening. Link to the existing issues in landscape mode https://github.com/facebook/WebDriverAgent/issues/856.

We will continue to look into this and as Manish said, you are welcome to contribute to this as well.

rdhandapani88 commented 6 years ago

@manishPatwari @shubhankaryash , The latest implementation of Appium Webdriveragent solves most of the issue - "Latest and greatest in WDA (#641)" . They have fixed this IPad orientation issues seems. Kindly help fix this IPad orientation issue in this project.

clpluie commented 6 years ago

@rdhandapani88 i have same problem,how do you do now?thx

rdhandapani88 commented 6 years ago

@pluie-cloud This issue is still with Manish's WebdriverAgent. We need to modify this project with latest Appium's webdriver code, which should solve the orientation landscape issue.

rdhandapani88 commented 6 years ago

@manishPatwari @shubhankaryash , Any updates on new release of stable version on this.

manishPatwari commented 6 years ago

@rdhandapani88 Currently we are busy with other stuffs. We will pick up this once we get our hands free. We don't have any timeline as of now. If possible please raise the pull request with the changes you need. We will review and merge.

manishPatwari commented 6 years ago

@rdhandapani88 : Updated repo with the latest changes in Facebook/WebDriverAgent repo.

rdhandapani88 commented 6 years ago

@manishPatwari - Verified this issue, it still looks the same, in the ipad Mini, is still displaying incorrectly.

ipad image
jeegarxor commented 5 years ago

Hi,

I am also facing issue with landscape mode as my application only supports landscape. I am not able to test it. Any solutions for it.

Thanks