inputAccessoryView is not supported on VisionOS. Method setCustomInputAccessoryViewWithNativeID is hidden behind #if statement we should add an appropriate warning message that this API is not supported. This view is also not attached to the keyboard.
This can be later implemented using the Ornaments API but under a different name.
Description
inputAccessoryView
is not supported on VisionOS. MethodsetCustomInputAccessoryViewWithNativeID
is hidden behind#if
statement we should add an appropriate warning message that this API is not supported. This view is also not attached to the keyboard.This can be later implemented using the Ornaments API but under a different name.
Edit: this is also unsupported in SwiftUI: