crisp-im / crisp-sdk-android

:package: Crisp Android SDK, add a chat in any Android app and communicate with your users.
https://docs.crisp.chat/guides/chatbox-sdks/android-sdk/
Other
56 stars 17 forks source link

Displaying the Chat UI inside my fragment or view? #183

Open jom16antonio opened 3 weeks ago

jom16antonio commented 3 weeks ago

How would it be possible to display the chat UI inside a view container similar to iOS? I have a bottom navigation screen and would like to show the chat UI inside the view container when I select the Chat tab.

Doc1faux commented 3 weeks ago

Hi @jom16antonio,

This subject was discussed a while ago and we decided to limit Crisp chat usage to presenting it as a modal sheet, which has been done since 2.0.0beta1, previously it was presented as a "normal" Activity.

I'm not aware of other usage on iOS and I did not find it diving in it. Could you share with me the way this can be achieved? I'll look into it ;)