Repro for flutter/flutter#178743. Embed this Flutter app in an iframe. On iOS Safari, focusing the multiline TextField should bring up the keyboard, but the viewport does not scroll to reveal the field until you start typing.
Expected: viewport should scroll the focused field above the keyboard immediately. Actual: keyboard overlaps the field until typing begins.
If you see a blank area, wait a moment for Flutter to load.