According to many sources, a meta tag like this is supposed to prevent the browser from letting the user zoom in and out of the page:
<meta name="viewport" content="user-scalable=no">
This works correctly on most mobile browsers, including iOS and most Android phones I've tested. However, the Samsung Galaxy S (Sprint Epic) does not respect it, instead allowing arbitrary zoom in/out by the user.
You can see this by visiting the Facebook "touch screen" page at http://touch.facebook.com/ - on most phones you can't zoom in that page, but on the Galaxy S you can. I've also confirmed that the Galaxy S II correctly respects the meta tag, so this seems limited to the Galaxy S.
Is this just a bug in the Galaxy S's build of the browser? Is there any work-around that doesn't fail on other devices?