XWalkView initialize view asnyc in Android

76 views Asked by At

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?

0

There are 0 answers