I didn’t succeed with adding it to existing Meteor 1.5 project. The only way was to manually edit generated html files in XCode and that’s not a way for a production use.
I didn’t succeed with it also with fresh Meteor 1.6.0.1 project. That’s how relevant part of my client/main.html file looks like:
The generated project html files are a mess. There are two directives. There are multiple copies of files in different places. There are strange head.html files…
What is the proposed way now for Meteor projects to work with design changes in IPhone X, for 1.6 and for 1.5 (we do not have plans and budget right now to upgrade)?
I have no idea why this affects the viewport size, but it worked for me since I added this splash screen in addition to setting the viewport via the <meta> tag.
There was also a thread somewhere where someone mentioned CSS constants that will provide the “safe corners” paddings. But I couldn’t find it. Not sure if it was in these forums or one of the other issues on Github related to iOS 11 / iPhone X.