[Teams] Button label on iPhone does not escape html

Copper Contributor

Hello,
I see the button label on iphone does not escape html

But on Android and PC do. 

Please help me to check this issue, is that a bug?

 

 

pro2.pngpro1.png

5 Replies

@TamNguyenWhat type of a card is this - Adaptive, hero, thumbnail?? Also would you be able to share the payload. you can DM if you want.

@Tushar Pathak Thank you for your reply!
I'm using hero card.

This is my payload:

const candidates = ['Q&;A', 'Don't'];
const card = CardFactory.heroCard('', undefined, candidates, { text: 'alo' });

Please take a look! 
Thanks!

@TamNguyen There is some work needs to be done by our team to work it seamlessly on IOS. But until that happens you can try to add angular braces around the text. Something like this <Q&amp;;A> and let us know it resolve the issue?

@Tushar Pathak 

Thank you, I've tried it. but it's not working. 

 

Screen Shot 2020-10-26 at 18.16.35.png

@Tushar Pathak  How do you think about this? 
Could you please help me take a look?