I'm having trouble coding my Evo. Touching the screen, Evo interprets me touching the buttons as another pressing on the screen instead of onKeyDown, onBackPressed, etc. (It actually sets the MotionEvent pointer count to 2, and I can get the coordinates that I touch the main screen, for example, 830 * 190 when I touch the back button.)
Encode the encoding at the button locations (which will be different for each phone with capacitive buttons if they all have the same problem), is there a way around this? Does anyone else have this problem with another capacitive push button device?
source
share