Hey,

Thanks for the reply and pointing me in the correct direction.

I think you're maths is wrong though....

The iPhoneX has a statusBar height of 44pt. Its the 480dpi bucket which
means it's a @x3 device.

Therefore the statusBar height in pixels should be 44x3 = 132.

Using

    s|Application {
                osStatusBarHeight: 132;
            }

Works great for the iPhone X though....



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to