gesturedetector

  1. Cebuvi

    Android Question Camera zoom with GestureDetector

    Hello. I have an app with Camera2 and CamEx2 in which I zoom with a SeekBar. I want to zoom with GestureDetector and onPinchOpen and onPinchClose but I can't find any examples. Can anyone help me? Thank you
  2. Shivito1

    Android Question Exoplayer GestureDetector

    My issue is Exoplayer menu options no longer pop up when I tap the player. This happens when I added the following to the SimpleExoplayerView1. GD.SetOnGestureListener(SimpleExoPlayerView1, "Gesture") I need a way to tell ExoPlayer to show the menu.
Top