Cordova CLI: 6.4.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.9
Ionic CLI Version: 2.1.0-beta.3
Ionic App Lib Version: 2.0.0-beta.20
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.4.5
Xcode version: Xcode 8.0 Build version 8A218a
The app was made a few months ago and Iāve noticed some file structure differences in a new project - could this be the reason? If so, could anyone point me in a direction of where to look without building the whole app again in a newly created app?
Note: ion-footer does show up in a newly created app
Still running into dead ends with this, so any help would be appreciated.
I have also tried:
Changing the z-index in the CSS
Iām running sudo ionic build ios --release to create the project to test in xcode
Checked the css in google chrome developer tools in ionic serve, but there doesnāt seem to be anything irregular (The footer shows up just fine here)
Iām not 100% sure what you mean by iOS terminal size, but when I run āionic serveā and test different phone sizes (iphones included) the footer does show. It shows up for both on/off device mode
Yeah sorry, that is what I meant by minimal. I have tried no custom css and playing around with a few values to try and make it visible but with no luck
as the HTML, and as you suggested in the CSS, a red box with the text does show up on the emulator in the top left quadrant of the emulated device. Trying the stripped version with no custom css shows up in browser but not the emulator.
So it means that somewhere a piece of style is added or interpreted differently in the emulator, if I understand correctly.
Itās suprising that when you remove all custom css you still donāt see your footer
Well then, maybe someone else have got an idea or maybe have you check if there is a bug about that in the github of ionic?
Otherwise you still good āforceā you footer to find place at the bottom by customizing the css as you just tried, but that would not be a really beautiful way to do it I guess