Hello Priom,
The reason you're not seeing a button is because you probably copy-pasted my code directly and are using using DrawerManipulationMode="Gestures". This means the SideDrawer will hide the button and rely on gestures only. You can remove that property and it will use the default, "Both".
Regarding the ListView within the Drawer not detecting gesture properly, I've been able to reproduce the issue when the touch target is within the ListView's vertical space. The reason it works from the left edge is because there is a small margin between the ListView and the edge. I have escalated this to the development team for follow up.
Lastly, you can define custom animations for the drawer if you want to match another platform's more precisely. Here is an example. Alternatively, you could try another one of the animations (DrawerTransition property) to see if it matches your needs.
Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
The reason you're not seeing a button is because you probably copy-pasted my code directly and are using using DrawerManipulationMode="Gestures". This means the SideDrawer will hide the button and rely on gestures only. You can remove that property and it will use the default, "Both".
Regarding the ListView within the Drawer not detecting gesture properly, I've been able to reproduce the issue when the touch target is within the ListView's vertical space. The reason it works from the left edge is because there is a small margin between the ListView and the edge. I have escalated this to the development team for follow up.
Lastly, you can define custom animations for the drawer if you want to match another platform's more precisely. Here is an example. Alternatively, you could try another one of the animations (DrawerTransition property) to see if it matches your needs.
Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items