Hey! 👋
Quick question regarding Mini Apps and the Nimiq Pay WebView.
I'm working on something that runs in landscape mode, and I'm trying to make the layout as consistent as possible across mobile devices.
Since true fullscreen doesn't seem to be available at the moment, I'm wondering how the available viewport is handled by Nimiq Pay:
- Does the WebView viewport already exclude the native header/bar?
- Or is the native UI overlaying the WebView?
- Is there any recommended way through the Mini App SDK (or otherwise) to determine the actual visible/usable viewport height?
I've been looking at window.innerHeight, visualViewport, etc., but I wanted to check if there's a Nimiq-specific best practice I'm missing.
Thanks! 🙏