techaffinity / freshchat-phonegap

Freshchat sdk for phonegap
7 stars 36 forks source link

Show conversations showing "Ooops, no messages here!" #51

Open phpepe opened 2 years ago

phpepe commented 2 years ago

After initialize the plugin, when trying to access conversations, nothing is shown. I expected to see a chat windown with an input text and old messages (as the web widget) so my first attempt was calling Freshchat.showConversations(). My simple question is, how can I get a UI were I can see a message text input and a button to send message? I know there is a Freshchat.sendMessage() available, but that is a low level functionallity which I'm sure you already implemented.

Screen Shot 2021-12-24 at 15 24 09

Thanks in advance