iOS Question IOS 17 WebView is not working

Asad

Member
Licensed User
Longtime User
Hello Friend,
My IOS App is working fine on IOS 15, But some of our users had updated to IOS17 and Webview had stopped working,
Can you suggest me solution?
Thanks
Asad Raza
 

tufanv

Expert
Licensed User
Longtime User
I don't see any problems of webview
Hello Friend,
My IOS App is working fine on IOS 15, But some of our users had updated to IOS17 and Webview had stopped working,
Can you suggest me solution?
Thanks
Asad Raza

on my app on ios17
 
Upvote 0

Asad

Member
Licensed User
Longtime User
I also don't see any issue with WebView and iOS 17.
finally i arranged device with ios17 and tested used simple code
WebView2.LoadUrl("www.google.com")
and web view is blank, its not loading url. it remains blank, but its working on ios 15.
its not just happening on one device, same behavior on all devices with ios17
Thanks in advance
Asad
 
Upvote 0

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
This is webview behavior for any version, If any resources (js, css) failed to load for any reason, or any js error/warning, webview goes blank almost.
 
Upvote 0
Top