I want to display a specific link of my flutter web app in an iframe.
Purpose: Create multiple dynamic websites on custom domains managed with 1 flutter web app
Things I have tried:
- Making iframe dynamic using javascript code, but onLoad does not trigger
- iframe with 100% height and width does not work
Problem:
100% width works fine using:
<meta name="viewport" content="width=device-width, initial-scale=1">
but the height does not take up the entire space