My app has stopped working since ios 13.3 upgrade. It is now failing to display the page in Webview. This is my code :-
There are no error messages when I run in debug mode. Nothing happens when the code is run. Contacted Apple, and their reply: -
"if it is only failing to work on the latest OS. Then it may need to be updated to correct any incompatibles with the Latest iOS versions"
I have checked, the app works on older IOS versions.
B4X:
Dim xui As XUI
File.Copy(File.DirAssets, la(Index,0) & ".pdf", File.DirDocuments, "page.pdf")
WKWebView1.LoadUrl(xui.FileUri(File.DirDocuments, "page.pdf"))
There are no error messages when I run in debug mode. Nothing happens when the code is run. Contacted Apple, and their reply: -
"if it is only failing to work on the latest OS. Then it may need to be updated to correct any incompatibles with the Latest iOS versions"
I have checked, the app works on older IOS versions.