Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

Cordova extension is a Crosswalk extension which enables Cordova plugins to integrate with Crosswalk runtime. With this extension you can leverage the existing Cordova plugins to build up your Crosswalk application for iOS.

Installation

For hybrid application developers, the easiest way to integrate Cordova extension is using CocoaPods. For CocoaPods installation & usage, please refer to: https://cocoapods.org/

Add crosswalk-extension-cordova into your Podfile:

pod 'crosswalk-extension-cordova', '~> 1.1'

Then use 'pod install' to install pods and create the workspace for the project.

Usage

Contents TBD...