@munsterlander
I tried to remove the Back Button and I made the Toolbar:
<Toolbar>
<div className='left'></div>
<div className='center'>{this.props.event.name}</div>
<div className='right'></div>
</Toolbar>
To see if its maybe because of the missing right div that wasnt there before or the back button, but it wasnt. I cant see anything in the css too…
I now removed the toolbar completely to see if its a problem inside the toolbar but it isnt. There is a gap even without a navigation bar!
The strange thing is that it only happens if I run my meteor app with meteor run ios or build an iOS App, its not happening if I just open the URL on an iPhone.
So the Cordova inAppBrowser somehow thinks it has to gap the content. But curiously just on subpages. My Im doing something wrong with the navigator. Maybe im openinng an new navigator instance and that instance doesnt know, that it doesnt need to make an gap :/
Im really stuck right now