leaspb / mobile-chrome-apps

Chrome apps on Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Chrome Apps on Mobile Using Apache Cordova

The toolchain for running Chrome Apps on mobile is in early developer preview. Feel free to give us your feedback using the Github issue tracker, our Chrome Apps developer forum, on Stack Overflow, or our G+ Developers page.

A Chrome App running on both desktop and mobile

Overview

For an overview of hybrid development, Chrome Apps on mobile, and our Chrome App Developer Tool, check out our Google I/O DevByte.

Chrome Apps on Android and iOS

You can run your Chrome Apps on Android and iOS via a toolchain based on Apache Cordova, an open source mobile development framework for building mobile apps with native capabilities using HTML, CSS and JavaScript.

Apache Cordova wraps your application's web code with a native application shell and allows you to distribute your hybrid web app via Google Play and/or the Apple App Store. To use Apache Cordova with an existing Chrome App, you use the cca (c ordova c hrome a pp) command-line tool.

Try out the cca toolchain by following these steps:

Or, have a look through our FAQ to learn more.

Chrome App Developer Tool (New!)

The Chrome App Developer Tool enables a fast edit/refresh cycle when developing your mobile Chrome App.

Additional resources

  • There are a few special considerations that you should keep in mind when developing with Cordova; we've listed them in the considerations section.

  • To view which Chrome APIs are supported on mobile, visit the API Status page.

Let's get started

Continue to Step 1: Install your development tools »

About

Chrome apps on Android and iOS

License:BSD 3-Clause "New" or "Revised" License