Difference between revisions of "Luna Next"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
Overal application framework is cordova (https://cordova.apache.org/). | Overal application framework is cordova (https://cordova.apache.org/). | ||
| − | * Luna Service API | + | == webOS specific == |
| + | |||
| + | * Luna Service 2 API | ||
| + | |||
| + | * db8 | ||
| + | ** http://www.openwebosproject.org/docs/developer_reference/data_types/db8/ | ||
| + | * Connection Manager | ||
| + | ** http://www.openwebosproject.org/docs/developer_reference/service_apis/connection_manager | ||
| + | * System Properties | ||
| + | ** http://www.openwebosproject.org/docs/developer_reference/service_apis/system_properties | ||
| + | * System Services | ||
| + | ** http://www.openwebosproject.org/docs/developer_reference/service_apis/system_services | ||
| + | * Activity Manager | ||
| + | ** http://www.openwebosproject.org/docs/developer_reference/service_apis/activity_manager | ||
| + | |||
| + | == Standard web API's == | ||
* Fullscreen (webkit) | * Fullscreen (webkit) | ||
Revision as of 15:16, 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
- db8
- Connection Manager
- System Properties
- System Services
- Activity Manager
Standard web API's
- Fullscreen (webkit)
- Gelocation (webkit)
- Video (webkit / html5)
- Audio (webkit / html5)
- WebSockets (webkit / html5)
- Offline Applications (webkit / html5)
- File API (webkit / html5)
- IndexedDB (webkit???)
- Web Notifications (webkit)