Difference between revisions of "Luna Next"

From WebOS-Ports
Jump to navigation Jump to search
Line 14: Line 14:
  
 
* card stacking
 
* card stacking
 +
 +
= Supported web API's =
 +
 +
Overal application framework is cordova (https://cordova.apache.org/).
 +
 +
* Luna Service API
 +
 +
* Fullscreen (webkit)
 +
** https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
 +
** https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Using_full_screen_mode
 +
* Gelocation (webkit)
 +
** http://www.w3.org/TR/geolocation-API/
 +
* Video (webkit / html5)
 +
** http://www.w3.org/TR/html5/embedded-content-0.html#video
 +
* Audio (webkit / html5)
 +
** http://www.w3.org/TR/html5/embedded-content-0.html#audio
 +
* WebSockets (webkit / html5)
 +
** http://dev.w3.org/html5/websockets/
 +
* Offline Applications (webkit / html5)
 +
** http://www.w3.org/TR/html5/browsers.html#offline
 +
* File API (webkit / html5)
 +
** http://dev.w3.org/2006/webapi/FileAPI/#filereader-interface
 +
* IndexedDB (webkit???)
 +
** http://www.w3.org/TR/IndexedDB/
 +
* Web Notifications (webkit)
 +
** http://www.w3.org/TR/notifications/

Revision as of 16:12, 11 July 2013

Overview

FIXME

Required Features

  • card-style window management
  • notifications
  • gesture area
  • system menu
  • launcher bar

Optional Features

  • card stacking

Supported web API's

Overal application framework is cordova (https://cordova.apache.org/).

  • Luna Service API