Difference between revisions of "Luna Next"
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 | ||
− | * | + | * 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 14: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()
- properties:
- db8
- Connection Manager
- System Properties
- System Services
- Activity Manager
Standard web API's
- Fullscreen (webkit)
- Geolocation (webkit)
- Video (webkit / html5)
- Audio (webkit / html5)
- WebSockets (webkit / html5)
- Offline Applications (webkit / html5)
- File API (webkit / html5)
- IndexedDB (webkit???)
- Web Notifications (webkit)