SwiftLinkPreview
SwiftLinkPreview copied to clipboard
Can't get really image url for some case. (Watch base URL)
<base href="https://host/resource/index/" target="_self">
<img src="assets/test.png">
In this case SwiftLinkPreview get image link is assets/test.png
but the image real url is https://host/resource/index/assets/test.png
How can I get it real url?
This is an optimization which the code doesn't understand yet.
Is this fixed? This seems like a big deal
Not yet.
Up
It will be included in the next release.