Open kibrushi opened 3 years ago
Hello @kibrushi
Thanks for reaching out. We are investigating this. Will get back to you once we understand what is the problem.
hi, any news on this one?
I fix this issue by override onChatWindowVisibilityChanged(boolean visible) method public void onChatWindowVisibilityChanged(boolean visible) { if (!visible)onBackPressed(); }
@narekananyan it doesn't work tapping on X button and lib version 2.2.1
I have an issue with the tooltip when I try to close the chat. When I tap one X button, a modal appears and disappears automatically with a strange effect and a tooltip sticky appears. If you tap again the X button same effect happened and the only way to avoid this is to tap one tooltip first and when in the X button.
It is possible to avoid this tooltip behavior?