Hello,
After some investigation, I discovered the root of the problem. It turns out that I used an online tool to create the various sizes of icons required for an iOS app in Xcode. Unfortunately, these icons were generated in JPG format, even though the file extension was PNG. Once I corrected this and used icons in the proper PNG format, it displayed correctly in the dialog.
I sincerely apologize for any inconvenience this may have caused and appreciate your patience. It was a learning experience for sure.
On a different note, I'm still exploring the issue related to the zoom functionality in WebView. Do you think it's possible to modify the WebView's properties to disable the zoom, particularly the zoom-out feature? It seems odd to allow zooming in this context, and I believe it impacts the user experience.