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

Teams for Android- Open a Mail no longer works with app.openLink or mail.composeMail #2338

Open
gkDoSt opened this issue May 23, 2024 · 6 comments

Comments

@gkDoSt
Copy link

gkDoSt commented May 23, 2024

We have a Teams application where pressing a button opens the mail client with the recipient selected.

So far, this has always worked flawlessly under Android via

mail
        .composeMail({
          toRecipients: [target],
          type: mail.ComposeMailType.New,
        })

or via

app.openLink(`mailto:${target}`);

In the installed Teams version for Android (1416_1.0.0.2024053003) this still works without any problems, but in the latest version (1416/1.0.0.2024101403) this no longer works.

A very big problem here is that even with a .catch the error is not caught and there is no feedback for the end user.

@Meghana-MSFT
Copy link

Meghana-MSFT commented May 24, 2024

Thank you for reporting this, we will check this and get back to you.

Update : We raised a bug for this, we will keep you posted on the updates. Thank you.

@gkDoSt
Copy link
Author

gkDoSt commented May 29, 2024

Hello, is there an update on this issue yet?

@Meghana-MSFT
Copy link

Unfortunately, we do not have any updates to share. We are following up with engineering team for updates.

@StefanH114
Copy link

Same issue here. are there any updates?

@Meghana-MSFT
Copy link

We are following up with engineering team for updates. We will keep you posted.

@MichaMican
Copy link

Same issue here

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

4 participants