InboxSDK/inboxsdk-docs

[Chrome] Empty list of Recipients

alex2snikers opened this issue · 1 comments

Precondition:
We have a button within Gmail letter.
We have onClick listener.

We figured out that if add recipient(s), and do not wait ~2 sec, after pressing the button we receive empty list of Recipients from ( event.composeView.getToRecipients() )

f8890d408adda66a0dd65fe877a059dd

Note: If user waits ~2 sec and more, we receive proper recipients data

PS: We presume it's due to last chrome update, because we have tested our extension on Opera and everything works fine.

Macil commented

This issue has been fixed now. The issue was a result of a quick fix we made to be compatible the recent Gmail changes documented in https://workspaceupdates.googleblog.com/2021/10/visual-updates-for-composing-email-in-gmail.html. We've polished the support for the Gmail changes now.