07-22-2009 06:21 AM
07-22-2009 06:22 AM - edited 07-22-2009 06:23 AM
07-27-2009 04:02 AM
Hi,
Tried on 9500-Vodafone simulator.
Following not work:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BlackberryTest.aspx.cs" Inherits="BlackberryTest" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Blackberry test</title>
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=320px,height=356px" />
</head>
<body>
<form id="form1" runat="server">
<div>
Blackberry supported?.
</div>
</form>
</body>
</html>
Best regards, Dmitri.
08-05-2009 03:22 PM
dmadima wrote:Hi,
Tried on 9500-Vodafone simulator.
Following not work:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BlackberryTest.aspx.cs" Inherits="BlackberryTest" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona
l.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Blackberry test</title>
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=320px,height=356px" />
</head>
<body>
<form id="form1" runat="server">
<div>
Blackberry supported?.
</div>
</form>
</body>
</html>
Best regards, Dmitri.
Same, not working for me
10-02-2009 04:59 PM
Problem: Must zoom on image buttons before I can fire onClick event.
Steps: I'm using latest Blackberry Curve, Blackberry browser. I have some button images with an onClick event which should take me to another web page. When I first come to a page and then mouseover the Image button I get the "zoom" cursor. I must zoom first and then I get the hand cursor and only then can I click the link.
Expected: I really don't even want the "zoom" cursor at all or at least cusor should not be there for image button links.
Tried: I put in:
<meta name="viewport" id="viewport" content="WIDTH=DEVICE-WIDTH"/>
Then I tried:
<meta name=”HandheldFriendly” content=”True” />
Then I tried using CSS to put a cursor: pointer on the images
Nothing worked.
10-02-2009 05:23 PM