Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] RadioButtons can't be clicked on iOS. At all. #15107

Closed
BlueRaja opened this issue Jan 31, 2022 · 5 comments
Closed

[Bug] RadioButtons can't be clicked on iOS. At all. #15107

BlueRaja opened this issue Jan 31, 2022 · 5 comments

Comments

@BlueRaja
Copy link

BlueRaja commented Jan 31, 2022

Description

I feel like I'm losing my mind because there's no way this bug exists, right?

When you click on any RadioButton in iOS, nothing happens. They never change click-state.

Even when I copy+paste the most basic example from the documentation verbatim, it does not work:

<StackLayout>
    <Label Text="What's your favorite animal?" />
    <RadioButton Content="Cat" />
    <RadioButton Content="Dog" />
    <RadioButton Content="Elephant" />
    <RadioButton Content="Monkey"
                 IsChecked="true" />
</StackLayout>

Steps to Reproduce

  1. Copy + paste above code
  2. Click on a RadioButton in iOS

Expected Behavior

Checked radio button changes

Actual Behavior

Absolutely nothing.

Basic Information

  • Version with issue: 5.0.0.2196
  • Affected Devices: iPod 7th edition

Environment

I am running iOS Hot Reload Hot Restart (so, compiling without a Mac). The experience so far is extremely buggy, and I wouldn't be surprised if that was related to this issue.

@BlueRaja BlueRaja added s/unverified New report that has yet to be verified t/bug 🐛 labels Jan 31, 2022
@jfversluis
Copy link
Member

As you already pointed out, Hot Restart is probably the cause here. It might link out some things that are needed. I think I got a couple of other issues open for that as well. Sorry about that. Do you have any way of confirming this by going through a Mac machine?

@BlueRaja
Copy link
Author

BlueRaja commented Feb 2, 2022

Do you have any way of confirming this by going through a Mac machine?

Unfortunately no. That's why I'm using Hot Restart to begin with.

@BlueRaja
Copy link
Author

Well after buying yet another unreasonably priced Apple product, I can confirm this issue does not happen when compiling with a mac. So it's definitely a Hot Restart issue.

@jfversluis
Copy link
Member

Thanks for confirming @BlueRaja !

@jfversluis
Copy link
Member

To not fragment all the issues, let me close this in favor of #14956

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants