I've got a basic form for taking name and email - in Safari and Mobile Safari this successfully uses the autocomplete freature to suggest name and email and pops them into the relevant form input fields.However when I show this form within a wkwebview the autocomplete features are not working at all.I cannot find any documentation on wkwebview that says it doesn't manage autocomplete ... and in xCode I can't see any settings that would be used to toggle this on/off.Any suggestions would be most welcome - I can't help feeling this is likely a really basic issue and I'm missing something super-simple!ThanksAlasdair
Post
Replies
Boosts
Views
Activity
We've noticed that under iOS 17.1 we get different behaviour with Sign-In with Apple.
We have implemented the Sign-In with Apple button using Apple's approved JavaScript method and placed this on an HTML page within the App's WKWebView.
Expected behaviour : the user is presented with the native Sign-In popover sheet and can use FaceID or TouchID to sign-in.
Actual Behaviour : in 17.0.3 it works as expected but in 17.1 we go to a standard HTML log-in with Apple form.
Most confusing. Any ideas?