All Projects → apache → cordova-webos

apache / cordova-webos

Licence: Apache-2.0 license
[DEPRECATED] Apache Cordova webos

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Batchfile
5799 projects
HTML
75241 projects

Projects that are alternatives of or similar to cordova-webos

cordova-gmv-barcode-scanner
A Cordova barcode scanning plugin based on the Google Mobile Vision library for iOS & Android.
Stars: ✭ 48 (+140%)
Mutual labels:  cordova
phonegap-template-vue-f7-split-panel
A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices
Stars: ✭ 17 (-15%)
Mutual labels:  cordova
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (+70%)
Mutual labels:  cordova
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (+35%)
Mutual labels:  cordova
inferno-mobile
InfernoJs mobile project starter (InfernoJs, Cordova and onsen).
Stars: ✭ 22 (+10%)
Mutual labels:  cordova
cordova-support-google-services
DEPRECATED. Cordova plugin to add google services support
Stars: ✭ 41 (+105%)
Mutual labels:  cordova
cordova-plugin-background-upload
Cordova plugin for background upload
Stars: ✭ 47 (+135%)
Mutual labels:  cordova
vue-movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 185 (+825%)
Mutual labels:  cordova
mobile-app
This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.
Stars: ✭ 22 (+10%)
Mutual labels:  cordova
KnzkApp
A Open-Source Mastodon Client
Stars: ✭ 42 (+110%)
Mutual labels:  cordova
cordova-plugin-wkkeyboardfix
Cordova plugin to provide a temporary fix for an iOS 12 and 13 bug involving keyboards in WKWebView.
Stars: ✭ 14 (-30%)
Mutual labels:  cordova
gulp-cordova
[UNMAINTAINED] Very simple plugin to run cordova commands with a simple interface from gulp
Stars: ✭ 23 (+15%)
Mutual labels:  cordova
dore
React Native-base Hybrid Framework, for migrating Cordova and WebView application to React Native.
Stars: ✭ 52 (+160%)
Mutual labels:  cordova
mpdjs
Music Player Daemon client written in javascript
Stars: ✭ 26 (+30%)
Mutual labels:  cordova
svelte-cordova-boilerplate
📱 Create a mobile app with this friendly Svelte boilerplate for apache cordova. Made easy your android app and ios app
Stars: ✭ 23 (+15%)
Mutual labels:  cordova
ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
Stars: ✭ 16 (-20%)
Mutual labels:  cordova
Ioniclub
❤️ Ioniclub is hybird mobile app of https://cnodejs.org
Stars: ✭ 35 (+75%)
Mutual labels:  cordova
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (+210%)
Mutual labels:  cordova
GoJS-projects
Project examples for GoJS
Stars: ✭ 45 (+125%)
Mutual labels:  cordova
cordova-set-version
CLI and JavaScript API for setting the version in Apache Cordova config.xml
Stars: ✭ 19 (-5%)
Mutual labels:  cordova

Cordova webOS


📌 Deprecation Notice

This repository is deprecated and no more work will be done on this by Apache Cordova. You can continue to use this and it should work as-is but any future issues will not be fixed by the Cordova community.

Feel free to fork this repository and improve your fork. Existing forks are listed in Network and Forks.


Cordova webOS is a skeleton webOS application, along with JavaScript wrapper libraries, which allow a developer to build an application for an LG webOS device using web technologies. This same code can be built for iPhone, BlackBerry, Symbian, and more to come ...

Pre-requisites

You should have the webOS TV SDK installed, which installs the ares-sdk-tools which are used for packaging and device installation. For a detailed step-by-step installation and setup guide, see here.

Project Management with Cordova webOS

This cordova-webos template tool includes 3 main commands to create and manage your cordova projects. Open a terminal, and navigate to the root Cordova webOS folder (where this readme.md file is located). If you don't see the node_modules folder, run npm install ., and now you all ready to use the commands:

  • bin/check_reqs - Checks to verify your system is configured for webOS build environment tools
  • bin/create <path> <appid> <appname> - Creates a new Cordova webOS project at the path you specify
  • bin/update <path> - Updates an existing project to current version of Cordova and cordova-webos utilities while leaving your code intact

Cordova Project Utilities

Included with each generated Cordova webOS project template are a set of useful tools.

  • cordova/build - Packages the application into a .ipk file (The options --debug and --no-minify will skip any minification process)
  • cordova/emulate - Starts up the webOS emulator bundled in the LG TV SDK or any other known webOS emulator
  • cordova/run - Installs and run the latest built webOS .ipk for your application on to any connected device or active emulator
  • cordova/version - Displays the version of cordova-webos that created your project template

Developing Cordova Apps

Just open the project in your favourite editor, build your web app, and run the appropriate make command indicated above. Edit appinfo.json to set your app version, etc.

Cordova-webOS fires a deviceready that guarantees all the Cordova APIs are in place. You can run your code at deviceready like so:

document.addEventListener('deviceready', function() {
    // do cool Cordova things
}, false);

The rest is just like any other webapp, with the benefit of Cordova's standardized APIs available to use.

Helpful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].