We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Close Button not Showing In iOS

Hello

I have used Sfchip and we cannot see the close button in iOS but wee see a question mark (I think it's due to fonts problem) .

it's working fine in android.

we use Syncfusion 17.3.0.33 Version


Thanks, Fki Mohamed.

Attachment: Image_Sfchip_3ee978b3.7z

1 Reply

GR Geetha Rajendran Syncfusion Team December 13, 2019 12:48 PM UTC

Hi Mohamed, 
 
We have analyzed the query and the attached image and would like to let you know that the reported issue occurs only when we are not including the Init method of SfChipRenderer in the AppDelegate file of your Xamarin.Forms iOS project as per in below code snippet. 
 
CodeSnippet [C#]: 
public override bool FinishedLaunching(UIApplication app, NSDictionary options) 
{ 
    global::Xamarin.Forms.Forms.Init(); 
 
    SfChipRenderer.Init(); 
 
    SfChipGroupRenderer.Init(); 
 
    LoadApplication(new App()); 
 
    return base.FinishedLaunching(app, options); 
} 
 
For more information, please refer the below UG link. 
 
We have checked the reported issue with Material design also for both SfChip and SfChipGroup. Close button works fine at our end. 
 
 
Please check this and let us know whether the reported issue has resolved or not. Still, you are facing the issue, please revert us the attached sample to reproduce the issue or provide more information to check further and provided a possible solution at the earliest. 
 
Thanks, 
Geetha R. 


Loader.
Live Chat Icon For mobile
Up arrow icon