XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

Radio Button not showing on iOS in SelectChoiceAsync

Open sarthak1995-26 opened this issue 4 years ago • 5 comments

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

sarthak1995-26 avatar May 22 '20 06:05 sarthak1995-26

Any update on this issue, it is really frustrating.

shubhamkumarnayak avatar Jun 07 '20 01:06 shubhamkumarnayak

Same issue here. Same code works fine on Android but not iOS

DerrickDaoQu avatar Jun 10 '20 04:06 DerrickDaoQu

dup of #327

candidodmv avatar Jun 29 '20 12:06 candidodmv

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

softlion avatar Aug 29 '20 17:08 softlion

+1

luismts avatar Feb 24 '21 06:02 luismts