Hello.
I am using Cordova Webview to select a photo from the album, save it locally, and then pass the saved path to the web for display.
It displayed correctly up to OS 26.3.x, but starting from OS 26.4.x, I am unable to retrieve images from local paths. Part displayed in Cordova Webview
<img src="file:///var/mobile/Containers/Data/Application/.../tmp/cdv_photo_006.jpg" width="auto" height="auto" alt="" draggable="false" id="box" class="sc-bczRLJ sc-gsnTZi eVuMcq blHpFC" style="object-fit: contain; width: 100%; max-height: 368px;">
I have also confirmed the existence of the corresponding file in the src path.
Are there any known bugs or solutions?
Thank you.