Forum Discussion
TamNguyen
Oct 12, 2020Copper Contributor
[Teams] Button label on iPhone does not escape html
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?
TamNguyen
Oct 22, 2020Copper Contributor
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!
Tushar Pathak
Microsoft
Oct 23, 2020TamNguyen 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&;A> and let us know it resolve the issue?
- TamNguyenOct 26, 2020Copper Contributor
- TamNguyenDec 07, 2020Copper Contributor
@Tushar Pathak How do you think about this?
Could you please help me take a look?