<a href="https://www.gpsies.com/map.do?fileId=oodfmwxuyqjxoglk" title="GPSies - Hike through Skoutoulijaris Canyon"><img src="//www.gpsies.com/images/linkus.png" border="0" alt="GPSies - Hike through Skoutoulijaris Canyon" /></a>
while the others use absolut URLs:
<a href="https://www.gpsies.com/map.do?fileId=oodfmwxuyqjxoglk" title="GPSies - Hike through Skoutoulijaris Canyon"><img src="https://www.gpsies.com/images/linkus.png" border="0" alt="GPSies - Hike through Skoutoulijaris Canyon" /></a>
c:geo is not showing the picture of this link if https://
is omitted
Picture should be shown
2017.10.23-NB
Yes
Not sure, whether this should work according to standards, but it works in Firefox and that was the "official" link provided by the target site gpsies.com
This is a perfectly valid URI as defined by RFC 3986 and c:geo should handle it properly. But I assume that this is actually a bug in Android/webview.
Hmm... actually this might be a consequence of the protocol-less relative URI. The content is not fetched via an absolute URI (it is just there) and thus has no protocol which can be used as a base for the relative URI of the image.
It's how c:geo tries to convert relative URLs to absolute URLs and doesn't take scheme relative URLs into account.
Most helpful comment
It's how c:geo tries to convert relative URLs to absolute URLs and doesn't take scheme relative URLs into account.