How to disable UIFocus on iPad?

I'm encountering problems in an existing app from the addition of the UIFocus engine in iPadOS 15, which I'm not able to address at this time.

Is it possible to disable UIFocus for the entire app?

Answered by Frameworks Engineer in 710520022

That is not possible. You can however build your app with a base SDK lower than iPadOS 15 until you are able to make your app ready for iPadOS 15.

Accepted Answer

That is not possible. You can however build your app with a base SDK lower than iPadOS 15 until you are able to make your app ready for iPadOS 15.

How to disable UIFocus on iPad?
 
 
Q