Navigating WKWebKit form on MacCatalyst with keyboard

We have a MacCatalyst app which contains a few WebKit views for some specific forms. On these forms we are unable to facilitate navigation between fields via the keyboard (Tab/Shift Tab) Looking at the developer documentation there is a property on WKPreferences that seems like it would facilitate this functionality

tabFocusesLinks

This property is only available for MacOS 10.12.3 but it is not available on Catalyst, nor on iOS.

https://developer.apple.com/documentation/webkit/wkpreferences/2818595-tabfocuseslinks?language=objc

We would like to allow our users to navigate a web form within the WebView via the keyboard and additionally if possible any iOS users who have a bluetooth keyboard or folio keyboard paired to their iPad.

Does anyone have a solution to this

Post not yet marked as solved Up vote post of joefongo Down vote post of joefongo
439 views