Issue with being redirected on iOS

Hi,

I would like to ask for some help with Okta integration on mobile devices. We would like to implement authentication using the implicit flow and an (in-app) web view in our mobile apps as described here
https://developer.okta.com/docs/guides/implement-implicit/use-flow/
While this works perfectly fine on Android the WKWebView doesn’t get redirected to the expected redirect URL on iOS. It gets stuck at
https://<…>/auth/services/devicefingerprint
I also noticed that the notification about the first sign in from this browser is not shown on iOS. On Android it is displayed. So I guess it has something to do with this but haven’t been able to figure out yet what might be wrong.

Do I need to enable some property in the WKWebView to make this work? (Javascript is enabled already.)

I found a similar question on Stackoverflow but with no accepted answer

Any hints, suggestions or pointers to documentation would be very appreciated.

If you want me to provide more details please let me know.

Thanks a lot in advance!