Closed torugor closed 4 years ago
What license_number
you use? The reason can be in it. Also have you tried to use view and not activity/fragment?
Cannot reproduce this and closing due to inactivity.
Please don't hesitate to open a new issue if you facing any problems
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?