Thursday, March 10, 2011

Disable the text-highlighting magnifier on touch-hold on Mobile Safari / Webkit

<style>
* {
-webkit-user-select: none;
}
</style>

1 comment:

  1. how about enable, to force the 'magnifier' in mobile safari? possible?

    ReplyDelete