Use this in your css to fix it.
@media (os-platform:"IOS") AND (application-dpi: 480)
{
s|Application {
osStatusBarHeight: 65;
}} Also add the same for dpi bigger than 480 to cover all new devices. This also can work for Android phones with notch. -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/
