Forum Discussion
In-dialog box not showing on IOS devices
- Oct 07, 2021
Hi Prasad_Das-MSFT,
We fixed the issue.
const replyActivity = MessageFactory.text('Hi'); // this could be an adaptive card instead replyActivity.channelData = { notification: { alertInMeeting: true, externalResourceUrl: 'https://teams.microsoft.com/l/bubble/APP_ID?url=<url>&height=<height>&width=<width>&title=<title>&completionBotId=BOT_APP_ID’ } }; await context.sendActivity(replyActivity);
We were replacing the title (line 5) in the externalResourceUrl by the name of the class that was corresponding to the meeting. And the name had spaces in it so it wasn't showing the bubble on IOS devices but in others it was.
Thanks for your help again and hope it will help if anybody get the same issue like us.
devReever
Could you please try with this demo app which we are testing at our end? and could you please share the version details? Attaching the manifest below.
Thanks!
I just tested the demo app you sent me. I'm not sure what's the version details you want me to share you exactly but here's some screenshots of me using the bot in my iPhone.
Let me know if you need more infos and which ones please.
Thanks for your help,
- Prasad_Das-MSFTSep 21, 2021Microsoft(Teams and iOS version details.)
Try testing the shared demo app. Try to join the meeting first, then push any agenda and try to respond back or give your input.
Let us know if that works for you.- devReeverSep 21, 2021Copper Contributor
We tested the application during a meeting and the application showed no bubble or in-meeting dialog. When we push any agenda it shows on the chat section only but nothing in the meeting. We tried it also on the android device and desktop and the same things happen.
What is supposed to be the behavior of the application?
And here's the details of my Teams application on IOS.
Thanks!
- Prasad_Das-MSFTSep 29, 2021Microsoft
Could you please share the sample which you were referring to, so that we can try it from our end?