Logic Machine Forum
iOS9 full-screen fix - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: iOS9 full-screen fix (/showthread.php?tid=113)



iOS9 full-screen fix - admin - 22.10.2015

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; }



RE: iOS9 full-screen fix - FatMax - 09.12.2015

New update today, which seems to break this fix. Is it just to remove the CSS outlined here for it to work..?


RE: iOS9 full-screen fix - admin - 09.12.2015

Haven't tested it yet, try removing this CSS and see if it works for you.


RE: iOS9 full-screen fix - FatMax - 09.12.2015

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!