Whenever I click a button with my mobile device (android) on a twitter boostrap button but button gets odd styling like the mouse is still over and doesn\'t release until I
If you are just developing for mobile then you could simply override the hover css altogether, for example:
.btn:hover { background-color: inherit; }