MarcBruins / MvvmCross-Sidebar-Sample

Sample from http://www.marcbruins.nl/xamarin-ios-hamburger-menu-mvvmcross/
MIT License
4 stars 6 forks source link

Sidebar is not clickable if it set to Right Side #1

Closed kandiva closed 8 years ago

kandiva commented 8 years ago

Sidebar items are not clickable if the panel is set to the "Right Side" and try to swipe. If it is set to left side, it works fine.

MarcBruins commented 8 years ago

Updated the ios support package, this should fix it.

PrasadKurdiMatta commented 8 years ago

Hi @MarcBruins,

When i changed RightSideBar like below in file MvxSidebarPanelController.cs

RightSidebarController = new SidebarController(this, NavigationController, initialEmptySideMenu);

I was able to get my code working.

Thanks Prasad

MarcBruins commented 8 years ago

Closed