04-17-2011, 07:41 PM
|
#1 (permalink)
|
| New Member
Join Date: Dec 2010 Model: 9000 PIN: N/A Carrier: AT&T
Posts: 2
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Display HTML content in a browser field Problem Please Login to Remove! Hi, everybody.
I found random rendering error browser field on BB 9780 phone.
My code is here
BrowserField myBrowserField = new BrowserField();
add(myBrowserField);
myBrowserField.displayContent("<html><body>
<font size="3">hello</body></font></html>", "URL for LOCALHOST");
The problem is just that <font> tag works well normally, but occasionaly it doesn't work well, generating screen like this.
hello hello
sometimes hello
In the screen, you can see small font above and large font below, even though they should be in same font size.
BB 9800 and 9700 don't have such problem, only 9780 has the problem. I wonder BB browser filed has font processing problem.
Please help me if anybody can.
Thank you. |
| Offline
| |