My problem is quite simple. I have a WebView (XWalkView actually) that is showing fine, then I'm triggering in app billing call that shows Google Play's payment dialog.
The thing is, when the dialog pops up, the webview appears blank although I am expecting to stay still in background of the dialog.
And the funny thing is that webview's content comes back when the dialog is close. Also, I noticed that the remote debugger says the following "The tab is inactive" (I guess this is related)
What am I missing to keep my webview in background during payment process?