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:

  1. robgibbens
  2. mr.gesture

another option mr.gestures adds down, up, tapping, tapped, doupletapped, longpressing, longpressed, panning, panned, swiped, pinching, pinched, rotating , rotated events each , every layout.


Comments

Popular posts from this blog

mysql - How to unscape text from database in android studio -

php - Admin SDK -- get information about the group -

Making CSS Drop Down Menu 2 Columns -