For web pages that are being viewed in the iPhone, you can add the following meta tag to disable to zoom feature:
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
Is there something to do the same for the Blackberry Storm?
BlackBerry® Device Software 4.6 and later supports the meta tag you specified.
It also supports the HandheldFriendly tag:
I tested both tags on my 9700 and both independently disabled the zoom cursor.
How To Article From Blackberry.com