11-20-2008 11:15 AM
I have been developing for the 4.7 browser and noticed that even with
<meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width" />
in the head tag, the device still zooms in on a single click. The click registers because if I hit a link, it zooms and starts to retreive the link. I cannot provide a link because the testing environment I'm working in is private.
11-20-2008 04:52 PM
11-23-2008 01:05 AM - edited 11-23-2008 01:06 AM
01-03-2009 12:52 AM
I've noticed it zoom even if <a> is used so there must be another subtlety to it. This particular link sends an asynchronous call to the server rather than loading a new page.
<a id="read_unread_788664" onclick="read_unread('788664','saved',1,0)" onmouseover="this.style.cursor='pointer';">Mark Read</a>
I'm not sure if this is a bug or desired behavior. I certainly don't desire it. Also, in this example onclick is used instead of onmousedown so I don't know if this has any affect.
If anyone knows how to make this type of html not zoom please reply. Thanks.
01-03-2009 09:21 AM - edited 01-03-2009 09:22 AM
01-04-2009 12:11 AM
I tried using href and didn't get that to work either. I forgot to mention I was testing with the Storm and I'm not sure if its browser is different from what the original poster is using.
Thanks.
03-25-2009 03:00 PM
03-31-2009 03:25 PM
04-18-2009 11:54 PM