flipkart-incubator / springy-heads

Chat heads library for android
Apache License 2.0
370 stars 108 forks source link

Webview does not update after creation. #36

Closed icoolguy1995 closed 7 years ago

icoolguy1995 commented 7 years ago

Hi,

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.

Any Ideas?