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


Messages In This Thread
iOS9 full-screen fix - by admin - 22.10.2015, 06:55
RE: iOS9 full-screen fix - by FatMax - 09.12.2015, 07:39
RE: iOS9 full-screen fix - by admin - 09.12.2015, 08:00
RE: iOS9 full-screen fix - by FatMax - 09.12.2015, 09:36

Forum Jump: