How to continue same conversation #3250
Unanswered
omkar-tenkale
asked this question in
Q&A
Replies: 2 comments 4 replies
-
if i host it on a domain, it works as expected |
Beta Was this translation helpful? Give feedback.
0 replies
-
@omkar-tenkale have you taken a look at |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using chatwoot in my android app
As there is no official SDK yet, I've created a help.html static file and loading the url in webview
file:///android_asset/onlinehelp.html
i'm also setting userId and email so all conversations will be tied to a user
Problem is,
When user navigaets to help screen and url is loaded and he enters a message, if support is not online he'll navigate back
Next time he comes back to check for any replies, a new conversation is started and he cant see replies to the old conversation
My question is how to configure sdk in javascript to continue the old conversation?
Beta Was this translation helpful? Give feedback.
All reactions