Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottom Navbar on iPad iOS 7.1 not shown complete #14

Open
RaistlinMuc opened this issue Apr 1, 2014 · 5 comments
Open

Bottom Navbar on iPad iOS 7.1 not shown complete #14

RaistlinMuc opened this issue Apr 1, 2014 · 5 comments
Labels
Milestone

Comments

@RaistlinMuc
Copy link

On iPad with iOS 7.1 The Bottom Nav is not shown complete.
The last 5 or 8 Pixel are cut away.

This only happens on iPad.
On my iPhone 5 with 7.1 everything is ok. Mac Browser is also ok. Just iPad.

foto 02 04 14 00 07 05

@RaistlinMuc
Copy link
Author

Problem is on iPad mini and iPad 3

@mcasimir
Copy link
Owner

mcasimir commented Apr 1, 2014

That's true, i can reproduce it with ipad simulator, i will look at this tomorrow. Thank you

@mcasimir
Copy link
Owner

mcasimir commented Apr 1, 2014

Ok the problem seems to be related to the presence of the title bar in landscape mode. Adding the application to Home-screen and reopening from there will bring everything back to normal.

So if you are planning to create an hybrid app with Cordova/Phonegap or something similar you should be able to go on without worrying about this, otherwise IOS 7.1 should have introduced a new minimal-ui option for viewport meta tag expressly instructing Safari to hide most of its interface.

Sadly I've tried this in 7.1 simulator with no luck:

  <meta name="viewport" content="minimal-ui" />

Anyway i need to investigate further.

@mcasimir
Copy link
Owner

mcasimir commented May 3, 2014

Can you try some of the fixes reported here http://stackoverflow.com/questions/18855642/ios-7-css-html-height-100-692px?

I'm not likely to add it to the main css/js, but i can add it as a separate file.

Thank you

@mcasimir mcasimir added the IOS label May 11, 2014
@mcasimir mcasimir added this to the Mobile Angular UI 1.0 milestone May 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants