Screenshot of a Card in Ionic2 with Social Sharing

I’m looking for a functionality to be able to take a screenshot of a Card in my Ionic2 application. I tried using html2canvas. But, the resolution is poor/blurry and it has issues with rendering the tag inside a card.

I’m wondering if any of you have a solution to this. Thanks.

I think you should do that with server-side, or at least write a native plugin.