Baseflow/Xamarin-Sidebar

Customize gesture starting touch area

DeadDogDeus opened this issue · 3 comments

Hi,
It is really good sidebar for Xamarin but I want to change starting touch area form 50 to another value,
Could you customise your control?
I have found next code in your sources, you can change 50 to some property, it will be enough as I think.

if (MenuLocation == MenuLocations.Left)
_ignorePan = _panGesture.LocationInView(view).X > 50;
else
_ignorePan = _panGesture.LocationInView(view).X < view.Bounds.Width - 50;

Could you help me? You have updated your project but this changes still are not available via Xamarin components.

It takes some time for changes to be approved by Xamarin. It should be up
in the component store in a couple of days.

Jack

On Wed, Aug 26, 2015 at 10:02 AM DeadDogDeus notifications@github.com
wrote:

Could you help me? You have updated your project but this changes still
are not available via Xamarin components.


Reply to this email directly or view it on GitHub
#32 (comment)
.

Oh, Thanks. I close this issue.