Holding down on text in iOS does not bring up the 'copy' button on jQueryMobile Dialog when using ajax
问题 I am talking about one of these Dialog boxes that pop up: http://jquerymobile.com/test/docs/pages/page-dialogs.html (short url for mobile http://bit.ly/KhCGVD) Click 'Open Dialog' -- on that dialog box, nothing is copy-able in iOS without unless 'data-ajax="false"' is used in the link. (works fine on Android) Putting '-webkit-user-select: auto!important;' (or 'text' instead of 'auto') does nothing. Adding the javascript 'document.documentElement.style.webkitTouchCallout = "auto";' does