The app worked fine until iphonee users started to upgrade to iOS 15.4. Since then the WKNavigationDelegate decidePolicyFor navigationAction method is not being called by the webview.
Does anyone experience this?
The app worked fine until iphonee users started to upgrade to iOS 15.4. Since then the WKNavigationDelegate decidePolicyFor navigationAction method is not being called by the webview.
Does anyone experience this?
we find that error too .
our app can't open some URL
There was no help from apple themselves.
Safari browser received security updates. This means it throws for every custom url not starting with http and https an "invalid url" exception from browser. App was working as expected since the browser stopped working instead.