I'm using XwalkView as WebView in my Android App. It's nested in a fragment and every time when I open the fragment it needs 2-3 Seconds until the fragment is displayed. Before that the app freezes. So I would like to show a loading indicator while the XwalkView is rendered and make the fragment changes immediately.
Anyone knows how to realize that?