context.deleteActivity not working with Teams iOS app
See original GitHub issueGithub issues should be used for bugs and feature requests. Use Stack Overflow for general “how-to” questions.
Versions
botbuilder 4.9.0 nodejs v12.16.2 iOS 14.3 latest version of Teams mobile app for iOS
Describe the bug
sending context.deleteActivity(activityId) to the Teams iOS client has no effect, the activity is not deleted Works on android, web and desktop
To Reproduce
The bot sends an adaptive card to the user with an Action.Submit button “delete”
The user presses the button
The bot receives the activity and executes context.deleteActivity(context.activity.replyToId)
Nothing happens
Expected behavior
The app should delete the card
Additional context
Works on android, web and desktop
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
UpdateActivity and DeleteActivity don't work when using ...
I have code, that should change adaptive card (delete of update) and it works correctly in Desktop app and Andriod also:
Read more >Teams not working on iPhone - Microsoft Community Hub
Teams works on both my desktop and laptop but stopped working on my iPhone. ... I have uninstalled the app and reinstalled as...
Read more >Known issues in Teams Rooms and devices - Microsoft Learn
This article lists the known issues for the Microsoft Teams Rooms app when it's used on Windows and Android devices.
Read more >Teams is freezing on iPhone - Microsoft Community
Hi, I am using Teams app on iPhone 13 with iOS 16.0.3 and it is still crashing. After few minutes of use, it...
Read more >Get context for your tab - Teams - Microsoft Learn
TeamsJS v2 name TeamsJS v1 name Description
app.theme theme The current UI theme: default, dark, contrast
team.type teamType The type of the team.
sharepointSite.teamSiteUrl teamSiteUrl The...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @matthiasdilger,
We have tested the issue from our end, able to reproduce the issue. Took this issue as a high priority and raised a bug for this issue, concerned team is working on it, At present we don’t have any ETA to share with you.
Just tested this again on iOS and the issue has been fixed. Thank you!