This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

iOS9 full-screen fix
#1
Apple has once again changed title bar behaviour in iOS9. There will be a proper fix in the next firmware release, meanwhile here's a temporary one. Keep in mind that it must not be used with iOS8 or earlier.

Add these lines to Custom CSS (Vis. graphics > Edit custom CSS):
Code:
.ios-fs .ios-title-bar { display: none; }
.ios-fs .menu, .ios-fs .layers, .ios-fs .navbar, .ios-fs .bgfixed { top: 0; }
.ios-fs .btn-show-hide { top: 5px; }
.ios-fs .control-wrap { top: 65px; }
.touch .ios-fs .sidebar { padding-top: 65px; }
.ios-fs.trends .sidebar, .ios-fs.trends .content, .ios-fs.schedulers .sidebar, .ios-fs.schedulers .content { top: 55px; }
Reply
#2
New update today, which seems to break this fix. Is it just to remove the CSS outlined here for it to work..?
Reply
#3
Haven't tested it yet, try removing this CSS and see if it works for you.
Reply
#4
It "fixed" the status bar by removing this CSS code, by actually adding the status bar.

The problem with the new update was that only the status bar text was visible without the bar, resulting in displaying that text on top of the visualisation navigation...

Better without the CSS now anyway!
Reply


Forum Jump: