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.