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

Header.Textsize doesn't work on iOS

Hi,
if I wont to change (unbounded) the Textsize of the Headers on iOS e.g

Header header = new Header();
header.Text = "Speedmeter";
header.TextSize = 30;
header.Position = Device.OnPlatform(iOS: new Point(.38, .7), Android: new Point(0.38, 0.7), WinPhone: new Point(0.38, 0.7));
header.ForegroundColor = Color.Gray;
this.Headers.Add(header);

nothing happens. There is still the same size as by default.
It seems working on Android.

Regards
Helmut


1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team April 17, 2015 09:57 AM UTC

Hi Helmut

Sorry for the inconvenience caused.

We are able to reproduce the issue with Gauge Header Size Not Changed (in iOS) and we have logged an issue report on this. The fix for this issue will be available in our upcoming Xamarin SP release which is expected to be rolled out by the end of this month. We appreciate your patience until then.

Please let us know if you have any queries.

Regards,
Nijamudeen M.


Loader.
Live Chat Icon For mobile
Up arrow icon