Utilizing JQuery mobile for my application.
<input data-mini="true" data-inline="true" data-theme="d" value="Login" type="submit" />
When clicking the button in iOS, the color does not change immediately. It only changes when the button is held for a few seconds. What could be causing this issue?
It should be noted that the button color remains the same upon a regular press, but changes upon a long press.