I'm using the Google Maps JavaScript API V3 and the official examples always have you include this meta tag:
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
Most of the 3rd-party examples I've seen also do it. I wrote a plugin using it, though, and one of my users told me it's preventing him from being able to zoom in and out on his mobile device. I don't have a mobile device to test with, and none of my searches revealed any helpful information.
So, what's the point of the tag? Should I leave it in? Should I try to detect the browser agent and only show it for desktop browsers?
If you want to examine the plugin, you can download it, browse the source or see a live example.