Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a-href's don't show up as links in the GMail app #102

Open
duzenko opened this issue May 8, 2018 · 0 comments
Open

a-href's don't show up as links in the GMail app #102

duzenko opened this issue May 8, 2018 · 0 comments

Comments

@duzenko
Copy link

duzenko commented May 8, 2018

Bug Information

Version Number of Plugin: Latest stable

Device Tested On: Samsung Tab S2

Version of VS: Latest stable

Version of Xamarin: 3.0

Steps to reproduce the Behavior

Use the code below.

Expected Behavior

Href's show up as links in the gmail app

Actual Behavior

Plain text in GMail app. iOS mail sender shows links just fine.

Code snippet

                    CrossMessaging.Current.EmailMessenger.SendEmail( new EmailMessageBuilder()
                        .To( res.Text )
                        .Subject( "Shortbench Invite" )
                        .BodyAsHtml( @"        <p>Exclusive Invite <a href=""https://www.shortbench.com/#/getStarted/667857183"">https://www.shortbench.com/#/getStarted/667857183</a></p>
        <p>About Shortbench (<a href=""www.shortbench.com"">www.shortbench.com</a>)</p>
...
    " )
                        .Build() );

Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant