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