Difference between revisions of "Luna Next"

From WebOS-Ports
Jump to navigation Jump to search
Line 62: Line 62:
 
** https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
 
** 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
 
** https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Using_full_screen_mode
* Gelocation (webkit)
+
* Geolocation (webkit)
 
** http://www.w3.org/TR/geolocation-API/
 
** http://www.w3.org/TR/geolocation-API/
 
* Video (webkit / html5)
 
* Video (webkit / html5)

Revision as of 15:37, 12 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