Webview plus CLOSE Button in Darwin VS Android

Hello,

I have one gui page with just a single CLOSE button on the top.
Then I’m loading a webview into it, covering the rest of the page.

In the Darwin build on my mac this works well. I can press the close button to just close the page (with the webview).
But in the Android build, it seems to me that the weview covers the close button and I’m unable to press the close button? Even though the close button is visible and the webview is located below it?

Is there a way to make the webview behave the same in this instance between Darwin and Android?

Or perhaps a way to make the webview appear under the button (height-wise)?

Thank you

There is currently a difference in the way the application lifecycle works on Android where we pause the engine updates while the webview is visible.

@AGulev is currently working on a fix for this which I believe will be part of the next release.

2 Likes

PR has already merged in dev and available in the latest alpha.

3 Likes

Great, thank you.