Lost clicks (at random) on ios/UIWebview

afsc

New Member
Just sharing...I am using UIWebviews with jQuery on my project.At random, I noticed that clicks were not working properly. The HTML button would animate (darken) but wouldnt trigger the click function.I didnt find anything similar described on the web...After hours of investigation I found that:
  • the default behavior appears to be a mouseup on document, a mouseup on button, a click on button.
  • sometimes the "mouseup" events where not converted into "click" events.
  • sometimes the document "mouseup" was not converted into the button "mouseup".
 
Back
Top