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.06k stars 1.73k forks source link

SwipeGestureRecognizer is not working when swipe on the child element(scrollview) in the android platform. #22264

Open saiganesh-sakthivel opened 5 months ago

saiganesh-sakthivel commented 5 months ago

Description

The SwipeGestureRecognizer is not working when swiping on the child element(scroll view) in the Android platform.

Steps to Reproduce

  1. Run the sample.
  2. swipe the view.
  3. Swipe event will not fire. Excepted behavior
  4. It should be fired.

Link to public reproduction project repository

GettingStarted.zip

Version with bug

Unknown/Other

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

8.0.3 GA

Affected platforms

Android

Affected platform versions

andorid 11

Did you find any workaround?

no

Relevant log output

No response

github-actions[bot] commented 5 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.

RoiChen001 commented 5 months ago

Can repro this issue at Android platform on the latest 17.10 Preview 6(8.0.21).

PureWeen commented 5 months ago

@saiganesh-sakthivel can you upload your repro to github vs attaching a zip file please?

saiganesh-sakthivel commented 5 months ago

Hi @PureWeen ,

I have attach the attachment GettingStarted.zip