After installing a web application to 'home' and working with it, I noticed that a recent update to iOS has made the usual black status bar transparent and float above the web content below.
In addition, there is an unseen horizontal bar at the footer of the app that pushes my fixed footer up by about 20px.
Although most clients may choose the more cost-effective Android option, my associates often use their own iPads to demonstrate the application. What are my options here? Will I need to adjust the application specifically for this device/version through 'sniffing'? If so, what is the best approach to do this without adding extra libraries? Currently, I am using the latest Angular framework + .NET 4.5.1.
Thank you.