HI @davorpeic,
I have sideDrawer showing "logout" button, when pressed I'm showing confirm dialog and in combination with drawer attribute showOverNavigation=true, the dialog goes under the drawer. When I don't show drawer over navigation, then the dialog is presented correct. This is the issue only with iOS and in android it is working fine.

Hi @balachandran1988,
This behaviour is no longer reproducible with the latest version of nativescript-ui-sidedrawer(4.0.0) and NativeScript (4.0.0).
Bear in mind that, the RadSideDrawer no longer has a dedicated showOverNavigation property and the technic, how we could set up the drawer over the navigation bar, has changed. More about the migration the project to the latest version, could be found here.
Most helpful comment
Hi @balachandran1988,
This behaviour is no longer reproducible with the latest version of
nativescript-ui-sidedrawer(4.0.0) and NativeScript (4.0.0).Bear in mind that, the RadSideDrawer no longer has a dedicated showOverNavigation property and the technic, how we could set up the drawer over the navigation bar, has changed. More about the migration the project to the latest version, could be found here.