@capacitor/browser: Strange footer toolbar in iOs native app

I`m using @capacitor/browser v 1.06:

  Browser.open({ 
    url: authorize_url,
    presentationStyle: 'fullscreen'
  })

This works in Android, no footer toolbar is shown there. But in iOs it looks like this:

I know that hiding the toolbar at all is not possible. But why do I have this super ugly double footer toolbar overlapping each other? It looks like this in fullscreen and popover mode.

Ok, it`s only shown in the simulator. On an iPad, everything is fine. I will validate it on an iPhone later…

It is top of the soft-keyboard in simulator. You can hide it completely from keyboard menu i think.