I am using NavigationDrawer and palced an inflated layout (axml) inside the ContentView.
In runtime when I drag the map, it is no longer smooth as it was and get stuck, I think relative to the touch threshold value (I used 15).
I also implemented a swipe detection and I could see that the touch down, move and up are no longer arriving in the correct order. many times I receive MOVE without Down or Up.
Any idea?