dickhardt / A2P3_agent

Personal Agent for A2P3
1 stars 1 forks source link

clicking buttons does not always invoke action #104

Closed dickhardt closed 11 years ago

dickhardt commented 11 years ago

eg. clicking "review anytime authorizations" -- sometimes the screen will show it was clicked, but it did not go to the screen

GregTurner commented 11 years ago

setting $.mobile.buttonMarkup.hoverDelay = 0; should fix this... test on phone. may have to switch event from 'tap' to 'click.

GregTurner commented 11 years ago

fixed.