kivy / kivy-ios

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

Fixes crash on ios.get_safe_area() in iOS 16 #790

Closed tito closed 1 year ago

tito commented 1 year ago

Fixes access to windows[0] that crash if not existing. Using delegate works all the time.