Quite frequently, the mobile buttons stay in their active state even after being tapped. They only return to normal after the user taps on the screen for a second time. Is there a way to solve this?
I tried to remove the active class on tap:
code$(.ui-btn-c).removeClass('ui-btn-c:active'); /code