my iphone app downloads maps from a website which uses the following for the download link.
col3 recImageMini lazy" style="background-image: url(/img4/usTopo_icons/Browse/ID/ID_Oden_Bay_20200415_TM_tn.jpg);
Apparently fetch won't let my app download without the http(s) prefix.
How can the link be captured so I can add a http prefix?
The links work okay when using a browser on iPad/phone/imac but not when using WKWebkit.
Thanks