Struggling to fix a nightmare of an issue with my app, so I'm reaching out for some help.
Everything is working fine on Android and iOS versions 7.1.x, 8, and 9. However, when installed on iOS 7.0.4, the bottom tabs are getting cut off. See below:
On all devices (except iOS 7.0.4), the tabs look like this (example image):
https://i.sstatic.net/wtnRY.jpg
But on iOS 7.0.4, it appears like this:
https://i.sstatic.net/ea0yj.jpg
I've come across references related to iOS 7 in CDVViewController.m and CDVStatusBar.m.
My question: Do I need to make changes to these files, or can this be resolved through CSS or something else?
PS: All iOS 7.0.4, 7.1.x, 8, and 9 are on the same iPhone model: 4S (A1387). The header remains consistent with no differences at the top, etc.
Any suggestions would be greatly appreciated!
Thank you in advance!