maui icon indicating copy to clipboard operation
maui copied to clipboard

In Iphone13 (ios 15.0) version button click events not working fine in iphone 16 working fine

Open chinni-nag opened this issue 4 months ago • 5 comments

Description

Button click event is not working fine. In Iphone13 (ios 15.0) version button click events not working fine in iphone 16 working fine

Steps to Reproduce

<Button Text="GetStarted" Command="{Binding GetStartedCommand}" FontSize="18" BackgroundColor="blue" HeightRequest="50" WidthRequest="150" TextColor="White" HorizontalOptions="Center"> </Button>

Excepted result:- this click event need to work in both iphone 13 and iphone 16 Actual result :-In Iphone13 (ios 15.0) version button click events not working fine in iphone 16 working fine

Link to public reproduction project repository

No response

Version with bug

8.0.82 SR8.2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

iOS

Affected platform versions

Ios 15.0

Did you find any workaround?

No response

Relevant log output

No response

chinni-nag avatar Oct 14 '24 11:10 chinni-nag