-
I tried the following alternative htmls but they did not work. (All the below html are working in other browsers like IE, Safari etc.,)
1] With DISABLED
2009-07-02 14:30:02 UTC in Lobo - Java Web Browser
-
I tried the following alternative htmls but they did not work. (All the below html are working in other browsers like IE, Safari etc.,)
1] With DISABLED
<html>
<td><input type="checkbox" name="motorCheckbox" value="abc" DISABLED</td>
</html>
2] With disabled="disabled"
<html>
<td><input...
2009-07-02 13:09:46 UTC in Lobo - Java Web Browser
-
I was able to get over this issue by setting charset=utf-8 as below:
.
While this is working for file on the filesystem. For the dynamic html content that is supplied by using URLConnection and URLStreamHandler this does not work.
Any suggestions to overcome this?.
2009-06-25 14:04:57 UTC in Lobo - Java Web Browser
-
I was able to get over this issue by setting charset=utf-8 as below:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">.
While this is working for file on the filesystem. For the dynamic html content that is supplied by using URLConnection and URLStreamHandler this does not work.
Any suggestions to overcome this?.
2009-06-25 14:04:17 UTC in Lobo - Java Web Browser
-
unicode chinese characters are not displayed correctly by the lobo browser. Consider the sample html as below:
此表包含该受管设备的相关数据
The above html is displayed correctly with exact characters in browsers like safari, IE and Firefox.
When the same html...
2009-06-25 12:52:41 UTC in Lobo - Java Web Browser
-
unicode chinese characters are not displayed correctly by the lobo browser. Consider the sample html as below:
<html> <head><meta http-equiv="Content-Type" content="text/html; charset=unicode"></head>
<h1>此表包含该受管设备的相关数据</h1>
</html>
The above html is displayed correctly with exact characters in...
2009-06-25 12:40:39 UTC in Lobo - Java Web Browser
-
Chinese characters are not displayed correctly in LOBO Browser.
Steps to reproduce:
1] Open the following url:
http://big5.elong.com/hotel/beijing-busi-wangfujingshangyequ_1.html
Notice the junk characters appearing in the left hand side date style box.
If you open this url in other browsers like IE, Firefox, Safari etc., the page is properly displayed.
2009-06-08 05:25:31 UTC in Lobo - Java Web Browser
-
Chinese characaters are not displayed correctly in LOBO.
Try the following url:
http://big5.elong.com/hotel/beijing-busi-wangfujingshangyequ_1.html
The same url if accessed from firefox, safari, IE etc., displays the page with correct chinese characters.
Please suggest how can I get over this problem. I am using lobo version 0.98.4.
2009-06-08 05:07:10 UTC in Lobo - Java Web Browser
-
Thanks.
In my opinion LOBO is simply awesome. I think only thing that is stopping it from becoming the "next big thing" (or shall I say "next Eclipse style success") is its License.
Just put my 2 cents...
2009-04-09 16:02:03 UTC in Lobo - Java Web Browser
-
I am planning to develop a commercial product using LOBO Browser API. I am wondering if I am allowed to use it in a commercial product. What are the restrictions?.
2009-03-23 16:12:28 UTC in Lobo - Java Web Browser