I am experiencing a problem when creating webview in chatbubble. The problem is: after creation webview stops updating, i.e webviewstops loading dynamic content. In my application, webview is loading dynamic content in Activity/Fragment perfectly.
Another interesting thing is that, when the Activity which created chatbubble is opened and chatbubble is inflated, it loads all the contents. But if you start chatbubble from anActivity and then close the Activity then inflate chatbubble it fails to load all the dynamic content.
I have searched around applied all the webview settings still I am facing the same issue.
Hi,
I am experiencing a problem when creating
webview
inchatbubble
. The problem is: after creationwebview
stops updating, i.ewebview
stops loading dynamic content. In my application,webview
is loading dynamic content inActivity/Fragment
perfectly.Another interesting thing is that, when the
Activity
which createdchatbubble
is opened andchatbubble
isinflated
, it loads all the contents. But if you startchatbubble
from anActivity
and then close theActivity
then inflatechatbubble
it fails to load all the dynamic content.I have searched around applied all the
webview settings
still I am facing the same issue.Any Ideas?