I'm using Ionic's ng-cordova social sharing plugin to generate a pre-filled email to send.
I want to include the QR Code I'm generating using angular-qr. It seems that Gmail is blocking it due to the lack of a src=" " attribute in the ` tag.
Any ides for a way around this?