Open yashaswinidc opened 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!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
This issue has been verified using Visual Studio 17.11.0 Preview 5.0(8.0.70 &8.0.10). Not repro on iOS platform. Android and iOS work fine.
Visual Studio Community 2022 for Mac: Version 17.6.13 (build 424)
Runtime .NET 7.0.3 (64-bit) Architecture: Arm64 Microsoft.macOS.Sdk 13.1.1007;
.NET Runtime (x64) Runtime: /usr/local/share/dotnet/x64/dotnet Runtime Version: 8.0.1
"Could you please verify these details? I'm finding it quite inconsistent. I'm using the latest versions in all aspects."
Description
I have code that includes
RadioButton
elements, which works perfectly on Android. However, on iOS, the screen appears blank. When I comment out theRadioButton
elements, the layout displays correctly. I have the following content on my page. Please bind some dummy data and test to reproduce the issue.Steps to Reproduce
Create a file with a
RadioButton
included in theContentPage
and attempt to reproduce the issue. I have already tried using minimal code, removing all other content to display only theRadioButton
, but the issue still persists.dotnet version 8.0.100
Link to public reproduction project repository
No response
Version with bug
8.0.10 SR3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
17.5
Did you find any workaround?
No response
Relevant log output
No response