Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove excess check in iOS input transparency checks #21883

Merged
merged 3 commits into from
May 8, 2024

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Apr 17, 2024

Description of Change

Fix issue that does not allow scrolling in WebView with PDF on iOS.

Initially, I started by checking the status of the WebView: if internal UIScrollView scrolling was enabled, if the assigned size was correct, etc. Everything is fine so let's go check the hierarchy. It was interesting that the problem does not appear without a Layout as a parent. Reviewing I realized that the problem comes from the changes applied in #17286 related to InputTransparent. Applied changes to keep the InputTransparent working and fix the issue.

Issues Fixed

Fixes #18716


App.WaitForElement("WaitForStubControl");
App.ScrollDown("WaitForStubControl", ScrollStrategy.Gesture, 0.75);
App.Screenshot("Scrolling has been done correctly.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a VerifyScreenshot maybe?

@PureWeen
Copy link
Member Author

/rebase

@mattleibow mattleibow changed the title Remove excess check Remove excess check in iOS input transparency checks Apr 28, 2024
@PureWeen
Copy link
Member Author

PureWeen commented May 7, 2024

/rebase

@PureWeen
Copy link
Member Author

PureWeen commented May 7, 2024

/rebase

@PureWeen PureWeen marked this pull request as ready for review May 8, 2024 14:02
@PureWeen PureWeen requested a review from a team as a code owner May 8, 2024 14:02
@PureWeen PureWeen requested a review from rmarinho May 8, 2024 14:02
@PureWeen PureWeen merged commit 4410e19 into main May 8, 2024
49 checks passed
@PureWeen PureWeen deleted the remove_transparent_check branch May 8, 2024 19:54
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[regression/8.0.3] [iOS] [SDK 17] Touch events are not working on WebView when a PDF is displayed.
3 participants