WPEView in Fragment crashes after navigating to other Fragment #137
Open
Description
Crash happens when WPEView is used in fragment and navigation from WPEView fragment to some other fragment happens.
Root cause is in RendererASurfaceTransaction. Transaction completed callback is posted to ui thread and meanwhile underlying page has been destroyed because fragment is gone