divaclin / phonegap_riya

using cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

cordova platform add android
cordova build android

cordova platform add ios
cordova build ios

Reset / Update Plugin to Latest

If you last installed an older version of the plugin and want to ensure the sample app is up to date again just do the following to reset.

rm -rf platforms/ plugins/

cordova platform add android
cordova build android

cordova platform add ios
cordova build ios

IOS Quirks

It is not possible to use your computers webcam during testing in the simulator, you must device test

About

using cordova


Languages

Language:Objective-C 36.4%Language:Java 30.3%Language:C# 16.2%Language:JavaScript 8.4%Language:C++ 5.7%Language:QML 1.1%Language:CSS 1.1%Language:HTML 0.7%Language:C 0.1%