I writed a activity just with a WebView that runs on an Android.
The problem is
I want to close the activity through double-click.
I use “GestureDetector.SimpleOnGestureListener” faction “onDoubleTap(android.view.MotionEvent e)”
but it donnot work .
How I can do it??
Here’s a little stuff I did for you (in order to improve myself and help you btw 🙂 )
Tried it and it worked pretty well 😉
: