SDWebImageLinkPlugin
SDWebImageLinkPlugin copied to clipboard
A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework
It works for any urls which loads in browsers. but I am fetching issue with url which doesn't load in browser but redirect to app. Example: Consider **telegram**, It doesn't...
On iOS 13+ and 12+, this work fines I have a code to check for availibity of LinkPresentation framework and will use it accordingly but when it runs on iOS...
Is there a way to check if cached LPLinkMetadata exists for a URL? And then, if the LPLinkMetadata does NOT exist in the cache, saving custom LPLinkMetadata to the cache...
You've done a great job on the plugin. I'm revisiting after being away for a while. It wasn't exactly clear from your ReadMe - which method you described would be...
See [marty-suzuki/URLEmbeddedView](https://github.com/marty-suzuki/URLEmbeddedView) Which provide the same function as Apple's LinkPresentation framework