Morten Frederiksen
Morten Frederiksen

Reputation: 5165

Xamarin Forms on iOS left margin issue on ListViews

I have an existing Xamarin Forms iOS app, that I want to rebuild in order to fix some issues. I update my Visual Studio for Mac and updates my NuGet packages. The Xamarin.Forms package is upgraded to version 2.4.0.74863. I compile the app, and everything works, except that ListViews gets an extra margin on the left side. The yellow area indicates this.

enter image description here

The same Android Xamarin Forms app does not have this extra margin.

Is this a known Xamarin Forms/iOS issue? And is there a workaround to solve this issue?

Upvotes: 1

Views: 532

Answers (1)

Nicolai Henriksen
Nicolai Henriksen

Reputation: 1504

Seems like an issue with Xamarin.Forms for iOS introduced in Xamarin.Forms version 2.4.0.74863

It is an issue only on iOS 11.

See https://bugzilla.xamarin.com/show_bug.cgi?id=60636

Upvotes: 2

Related Questions