These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

The ingame-browser HTML5?

Author
NickyYo
modro
The Initiative.
#1 - 2012-05-14 01:19:34 UTC  |  Edited by: NickyYo
Anyone know if it can support HTM5 & CSS3?
I can access Localhost through the in-game browser, how does it work?

..

Karbowiak
State War Academy
Caldari State
#2 - 2012-05-14 02:08:14 UTC
NickyYo wrote:
Anyone know if it can support HTM5 & CSS3?
I can access Localhost through the in-game browser, how does it work?


it based off of an older version of the chromium engine, 3.xx i think.
Should support most of the HTML5 and CSS3 functions :)
Lluerssen
PHUB Corporation
#3 - 2012-05-14 03:43:05 UTC
Visit this page to check available features: http://html5test.com/

Sister of EvE: http://SisterOfEvE.ru/ Loot History Analyzer: http://SisterOfEvE.ru/loot_history/

Peter Powers
Terrorists of Dimensions
HORSE-KILLERS
#4 - 2012-05-14 07:22:51 UTC
Karbowiak wrote:
NickyYo wrote:
Anyone know if it can support HTM5 & CSS3?
I can access Localhost through the in-game browser, how does it work?


it based off of an older version of the chromium engine, 3.xx i think.
Should support most of the HTML5 and CSS3 functions :)

quite close, its based on awesomium, which is based on chromium =)
http://awesomium.com/

3rdPartyEve.net - your catalogue for 3rd party applications

Trenker
#5 - 2012-05-15 11:32:28 UTC  |  Edited by: Trenker
Lluerssen wrote:
Visit this page to check available features: http://html5test.com/


This test is not completely reliable: If you test the IGB, the page will show you that it has WebSQL, but it does not, so don't promise something based on its result. But many functions already work.

NickyYo wrote:
I can access Localhost through the in-game browser, how does it work?


enter "http://localhost" in the address bar Blink

Works just like in a desktop browser. For debugging you can use the logserver. A little example can be found here Javascript IGB Debugging
NickyYo
modro
The Initiative.
#6 - 2012-05-16 14:27:15 UTC
Trenker wrote:
Lluerssen wrote:
Visit this page to check available features: http://html5test.com/


This test is not completely reliable: If you test the IGB, the page will show you that it has WebSQL, but it does not, so don't promise something based on its result. But many functions already work.

NickyYo wrote:
I can access Localhost through the in-game browser, how does it work?


enter "http://localhost" in the address bar Blink

Works just like in a desktop browser. For debugging you can use the logserver. A little example can be found here Javascript IGB Debugging


Hmm it says it has canvas ability.
IF that is true a drag and drop feature will be possible within the ingame browser.

..