question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Radio Button not showing on iOS in SelectChoiceAsync

See original GitHub issue

Radio button not showing on iOS for

int result = await MaterialDialog.Instance.SelectChoiceAsync(title: "Select location type",
                                                                             choices: option);

On android radio button appears fine

iOS Version : >=13.0

image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
softlioncommented, Aug 29, 2020

Workaround: copy the “resources” folder into your iOS project (except the subfolders).

0reactions
luismtscommented, Feb 24, 2021

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

ios - Deselect radio buttons
In my project I have function which creates many radio buttons. These buttons are in an array. How to deselect other buttons, when...
Read more >
What is the best native iOS solution for a Radio Button with ...
Of course, radio buttons are the go to solution to look up to, but unfortunately, iOS doesn't seem to natively include a good...
Read more >
Radiobutton value missing after submission
Radiobutton value missing after submission. The radio buttons display my SharePoint list options as expected, they are selectable and save to ...
Read more >
ion-alert: Ionic Alert Buttons with Custom Message Prompts
ion-alert dialog presents or collects information using inputs. Custom alert button messages appear above the app's content and must be manually dismissed.
Read more >
babel-plugin-syntax-async-generators
New packages and versions may not show up in this interface due to an ongoing npm incident. Only search is affected, installs work...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found