ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

"ScaleDownPusher" transition changes the position of the "ActionBar" on iOS 13 #1265

Open VladimirAmiorkov opened 5 years ago

VladimirAmiorkov commented 5 years ago

Please, provide the details below:

Tell us about the problem

While using RadSideDrawer as a root element and the ScaleDownPusher on iOS 13, you can see that the location of the ActionBar is being "moved" to the top (0, 0) location of the screen during the "scale down" animation and if you do an navigation from this drawer opened position the ActionBar on the next Page will be under the status bar.

The navigation issue is an issue only in Vanila NativeScript apps, in NativeScript + Angular it is ok but the scale down issue is still there.

ios 12 - 1 iOS 12 (no issue) ios 13 1 iOS 13 ( there is an offset and the ActionBar is moved upwards

ios 12 2 iOS 12 (no issue) ios 13 2 iOS 13 ( ActionBar is udner hte status bar after navigation)

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

Can be reproduced in this app