ethoinformatics / ethoinfo-project-app

:monkey:
https://rawgit.com/ethoinformatics/ethoinfo-project-app/master/dist/www/index.html
0 stars 1 forks source link

on iOS: title bar and status bar overlap #27

Closed difiore closed 8 years ago

difiore commented 8 years ago
tigoe commented 8 years ago

Acknowledged. @jcousins @relevante can fix.

jcousins commented 8 years ago

I was able to fix this by editing the iOS app code that gets generated. However, since the app code is generated by Cordova, we need to first update the version of Cordova because this change is related (if I remember correctly) to the iOS7-to-8 transition. I assume the current Cordova version accounts for this. It’s important because among other things, it was probably creating some targeting issues for the breadcrumb, home and hamburger buttons. Closing this in favor of new issue #39.

tigoe commented 8 years ago

This is improved for me with the latest fix, and new Cordova. There is still some overlap, but the controls can now all be touched without conflict with the menu bar.