I have an html "button" which is really just this:
<div onClick="window.location.href=somePage.htm">
<img src="img.png"/>
</div>
Works fine in desktop Safari. And it works in mobile Safari... however when I tap the "button" in mobile safari I don't see the little gray outline box indicating exactly what I'm tapping. How can I get this little gray outline box to show up? I find this feature of mobile Safari to be very useful and I'd like to provide it for the user.
Cheers!