ManuLin

Results 2 comments of ManuLin

``` // Create API client var client = new Client(apiKey); // Construct transmission object var transmission = new Transmission(); transmission.Content.TemplateId = "templateId"; transmission.Content.Subject = "Subject"; transmission.Recipients.Add(new Recipient { Address =...

I am facing the same issue. When initializing the Src property with a base64-formatted string the image loads, but in a zoomed-in and non-interactable state. It works perfectly on Android...