maui
maui copied to clipboard
In Iphone13 (ios 15.0) version button click events not working fine in iphone 16 working fine
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