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
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 (no issue)
iOS 13 ( there is an offset and the ActionBar is moved upwards
iOS 12 (no issue)
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:
Progress NativeScript UI plugin version: 7.0.2
CLI: 6.1.0
Cross-platform modules: 6.1.1
Runtime(s): 6.1.0
Please tell us how to recreate the issue in as much detail as possible.
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 (no issue) iOS 13 ( there is an offset and the ActionBar is moved upwards
iOS 12 (no issue) 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