kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
758 stars 237 forks source link

Label and MDLabel don't work correctly on iOS #845

Closed CoderCoderCoder closed 10 months ago

CoderCoderCoder commented 10 months ago

Hello, I am using the latest Kivy+KivyMD libraries for the latest version of iOS on iPhone 12 mini. If MDLabel or Label (both have such problem) grow over a certain size (either a lot of text or the text font size becomes bigger) - the entire Label/MDLabel just turns completely black, no text is visible. This can be cured if the text font size set to a smaller size, but this is absolutely not an option. Are there maybe some other solutions for this problems? Many thanks!

misl6 commented 10 months ago

I suggest you to ask on KivyMD support channels, and if the issue persists to open an issue on KivyMD GitHub.

CoderCoderCoder commented 10 months ago

They say it's not their problem, but the Label component problem, and how it's being rendered on iOS.