RadSideDrawer causes RadListView to lose scroll position on navigating back. Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
A few things are missing from Xamarin RadSideDrawer. Here's some we found in Android docs, unavailable on Xamarin Forms (and currently causing us issues that require rethinking the app's workflow, as we really needed a drawer that stays fully locked and cannot be dismissed by the user).
drawer.TapOutsideToClose
drawer.CloseOnBackPress
drawer.IsLocked
We have created dynamic menu for drawer, menu is opening drawer dynamically from Left and Right side Location both sides.
When I tap that navigation menu first time then its opening from left side instead of right side, now when i tap that again then its opening from right side as per requirement.
When the IsOpen is set initially to true, on iOS the main content overlay does not display:
RadSideDrawer does not take correct size when the screen is resized/rotated.