Difference between revisions of "Luna Next"

From WebOS-Ports
Jump to navigation Jump to search
Line 22: Line 22:
  
 
* Luna Service 2 API
 
* Luna Service 2 API
 +
 +
* PalmSystem DOM node
 +
** properties:
 +
*** launchParams (string)
 +
*** locale (string)
 +
*** localeRegion (string)
 +
*** timeFormat (string)
 +
*** timeZone (string)
 +
*** identifier (string)
 +
*** version (string)
 +
** methods:
 +
*** paste()
 +
*** copiedToClipboard()
 +
*** pastedFromClipboard()
 +
*** shutdown()
 +
*** activate()
 +
*** deactivate()
 +
*** stagePreparing()
 +
*** stageReady()
 +
*** show()
 +
*** hide()
 +
*** keyboardShow()
 +
*** keyboardHide()
  
 
* db8
 
* db8

Revision as of 16:24, 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/).

webOS specific

  • Luna Service 2 API
  • PalmSystem DOM node
    • properties:
      • launchParams (string)
      • locale (string)
      • localeRegion (string)
      • timeFormat (string)
      • timeZone (string)
      • identifier (string)
      • version (string)
    • methods:
      • paste()
      • copiedToClipboard()
      • pastedFromClipboard()
      • shutdown()
      • activate()
      • deactivate()
      • stagePreparing()
      • stageReady()
      • show()
      • hide()
      • keyboardShow()
      • keyboardHide()

Standard web API's