fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Device orientation for iOS 16 compatibility #1454

Closed ichan-mb closed 1 year ago

ichan-mb commented 1 year ago

According to the iOS 16 Release note:

"Attempting to set an orientation on UIDevice via setValue:forKey: isn’t supported and no longer works."

This is a fix using the new API introduced in iOS 16