Hi there. I’m having an issue where I cannot view my Metabase dashboards within my AppGyver app correctly. I am using the webview component, but I can’t seem to view the Metabase dashboards in mobile fullscreen. Could someone please assist?
Hi! Sorry for the delayed answer – I’m unfamiliar with metabase but I’ll try to help you if I can. What’s your situation, are you still struggling with this?
Hi Mevi, thank you for getting back to me. I’m just wanting to display a website iframe in fullscreen via the web view component, but I can’t get the window to scale to full screen…
Oh. I see. In that case, I know how to help you!
For the webview, set flex grow to 1 (and no height/width)
For the page layout, disable scroll and stretch to viewport height, and remove paddings.
This should leave you with a full screen webview. If you need the navigation bar / tab bar away, adjust settings under Navigation.
1 Like
It worked! Thank you so much
1 Like