DrawString not rendering in iOS.
Description
The ICanvas.DrawString is not rendering in iOS as it does in Android.
Steps to Reproduce
Open Example. Run Meter Graphics Example. Gauge and Meter do not have numeric values next to them on iOS (Android does).
Link to public reproduction project repository
https://github.com/ISSPRO-Eng/Gauge-Examples
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
iOS 17.2
Did you find any workaround?
None at the moment
Relevant log output
No response
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Open similar issues:
- GraphicsView DrawString not rendering in iOS (#8486), similarity score: 0.78
- [iOS] canvas.GetStringSize() is not consistent with actual string size in GraphicsView (#18679), similarity score: 0.71
- DrawString doesn't work on maccatalyst (#4993), similarity score: 0.70
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Your repository doesn't contain code, just a readme. Were you intending to commit a sample?
Also going through the linked similar issues, you could be seeing https://github.com/dotnet/maui/issues/8486, it may be a dupe.
@drasticactions I added the code. I forgot to publish it before logging off yesterday. I do see some similar issues, but I was wondering if there is a fix yet for this? I was playing around with some of their suggestions but did not find a workaround yet.
Android (Expetced)
iOS (Not working)
I can repro this issue at iOS platform on the latest 17.12.0 Preview 1.0(8.0.80 & 8.0.72).
I can repro this issue at iOS platform 26.0 and MAUI 9. Still no work around ?