-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
It happens on the iPhone witth notch.
When rotating, on landscape orientation there's too much space. Then, when on portrait, header space dissapears... It seems cordova is changing the value of the safe-area-inset-top when changing the orientation.
.statusbar-padding{
|
padding-top: calc(env(safe-area-inset-top) + 4px);
|
}
|
- duplicates
-
MOBILE-2713 Moodle mobile does not use full screen (iPhone X)
-
- Closed
-