I am working on an android application . I am facing a strange issue . On one particular device (Micromax doodle 3) single click is not working . I have to do double click .
Basically what is happening is when i click on some list item or any button it does not call onclick .When i click again it works .
Basically every second click is working . suppose i click anywhere in my app , it does not work . i click again it works . Then i click again , it will not work . Now i click it works .
So first , third , fifth and so on these clicks are not working .. while second , fourth , sixth and so on these clicks are working