ACTION_UP event is working on emulator but not working on device
My app consist of LinearLayout which include table row in it.after click on any row in given table i have shown the respective info which is working on emulator fine but when i deployed the same app on device it's not working as it sh开发者_如何学Pythonould work on emulator.
ACTION_UP event is called in ontouchlistener.
touching empty space in LinearLayout does not give an ACTION_UP or ACTION_MOVE.
It does however give an ACTION_DOWN
精彩评论