maui icon indicating copy to clipboard operation
maui copied to clipboard

Remove excess check in iOS input transparency checks

Open PureWeen opened this issue 1 year ago • 3 comments

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 https://github.com/dotnet/maui/pull/17286 related to InputTransparent. Applied changes to keep the InputTransparent working and fix the issue.

Issues Fixed

Fixes #18716

PureWeen avatar Apr 17 '24 15:04 PureWeen

/rebase

PureWeen avatar Apr 26 '24 16:04 PureWeen

/rebase

PureWeen avatar May 07 '24 08:05 PureWeen

/rebase

PureWeen avatar May 07 '24 14:05 PureWeen