For some reason when I embed the Webapp on a page, it doesn’t render at 100% height x 100% size even tho the codepen code clearly commands that rendition:
<div class="column is-5-desktop is-half-tablet taxi-container">
<iframe allow="geolocation" src="https://rumborideshare.ondelight.app/?lang=en" width="100%" height="100%"></iframe>
</div>
<!-- [END] Inject onde.light inside iframe -->
</div>
</div>
</section>
</div>
You can view rumborideshare.com/webapp.html to see the diminutive (frame) rendering, compared to rumborideshare.ondelight.app.
I wonder what could be the issue?