4

was trying to create an app by wrapping an web app as webview for ios and after running that app, when i am in the app testing it after a while getting this error, also I am getting this error when as well as a white screen when trying to access a mui dropdown menu :

2023-07-18 11:54:15.672093+0530 Demo[9326:166450] Simulator user has requested new graphics quality: 100
2023-07-18 11:55:15.582790+0530 Demo[9326:166450] [com.apple.VisionKit.processing] Analysis not completed because device does not support Image Analysis. This will only be logged once.
2023-07-18 11:55:15.814158+0530 Demo[9326:166450] [com.apple.VisionKit.RemoveBackground] Request to remove background on an unsupported device. Error Domain=com.apple.VisionKit.RemoveBackground Code=-8 "(null)"
2023-07-18 11:55:15.815166+0530 Demo[9326:166450] [UILog] Called -[UIContextMenuInteraction updateVisibleMenuWithBlock:] while no context menu is visible. This won't do anything.

did the same thing for andoind and it was working fine there, thought it would be the same case for ios app as well but no... stumble into this error frankly i am very new to this xcode and swift have not idea what to do or how to get this solved, any kind of help works... thanks!!

1 Answers1

0

I am using Cordova iOS as a part of wraping web view app into ios app. I was also facing this issue.

I fixed it by add following line in config.xml file in root directory of my cordova project:

<preference name="WKWebViewOnly" value="true" />
Khuram Nawaz
  • 121
  • 1
  • 9