livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Blank Screen with loading in the middle never ends #14

Closed torugor closed 4 years ago

torugor commented 5 years ago

I added the chat on my android and tried the simplest way to make it work

Created a button that followed this code: Intent intent = new Intent(this, com.livechatinc.inappchat.ChatWindowActivity.class); intent.putExtra(com.livechatinc.inappchat.ChatWindowActivity.KEY_GROUP_ID, "group1"); intent.putExtra(ChatWindowActivity.KEY_LICENCE_NUMBER, "MYKEY"); this.startActivity(intent);

I followed this link to do this: https://www.chat.io/docs/android-widget/

After clicking the button It opens a blank screen with loading in the middle. I have internet enabled and I cant seem to find the reason why this Behaviour happens.

Can anyone help me?

Kostyshina commented 5 years ago

What license_number you use? The reason can be in it. Also have you tried to use view and not activity/fragment?

nomyzs commented 4 years ago

Cannot reproduce this and closing due to inactivity.

Please don't hesitate to open a new issue if you facing any problems