Recently I encountered a situation on my WebView-based application, they keep crashing all the time.
Before I do the updates for the WebView app ( https://play.google.com/store/apps/details?id=com.google.android.webview), my apps are in a stable situation. After the updates, every single time I switch from a WebView page to a Native page (such as Activity or Fragment), the app will crash. I checked the error report and it showed a memory leak problem. For the older version of WebView, the memory will be release when the memory reach the limit; but for the latest version will not. Does anyone has a solution? Or should I just wait for the next update? ;( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/4cb2adfd-32f2-437e-bc6b-9b30076222d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

