dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.04k stars 1.73k forks source link

iOS - Layout overlay - Not delegating touch events #23413

Open MarMarIV opened 3 months ago

MarMarIV commented 3 months ago

Description

On iOS platform, touch events are not delegated to views under overlay view

(On Android platform is works)

Steps to Reproduce

  1. Run app
  2. Try to Tap on Button

Expected: Tap should invoke Button command

Link to public reproduction project repository

https://github.com/MarMarIV/SkiasharpMauiTest

Version with bug

8.0.61 SR6.1

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 3 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

ninachen03 commented 3 months ago

I can repro this issue at iOS platform on the latest 17.11.0 Preview 2.1 (8.0.61& 8.0.3).