xamarin - Enable swipe in tabbed page on Android? -
swiping pages doesn't work when using tabbedpage in xamarin.forms on android.
is there way enable it? need create custom renderer?
this type of behaviour not common on platforms need create custom renderer.
the gesture recogniser in xamarin.forms tapgesturerecognizer think working on adding more. here useful examples point in right direction creating custom renderer:
another option mr.gestures adds down, up, tapping, tapped, doupletapped, longpressing, longpressed, panning, panned, swiped, pinching, pinched, rotating , rotated events each , every layout.
Comments
Post a Comment