GithubHelp home page GithubHelp logo

markeeftb / org.apache.cordova.startapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lampaa/com.lampa.startapp

0.0 2.0 1.0 152 KB

Phonegap 3 plugin for check or launch other application in android device.

Java 34.43% JavaScript 31.54% CSS 34.03%

org.apache.cordova.startapp's Introduction

cordova-plugin-startapp

Phonegap 3.. plugin for check or launch other application in android device.

Install: cordova plugin add https://github.com/markeeftb/org.apache.cordova.startapp.git

Delete: cordova plugin rm org.apache.cordova.startapp

use:

Check the application is installed

navigator.startApp.check("com.example.hello", function(message) { /* success */
	console.log(message); // => OK
}, 
function(error) { /* error */
	console.log('47', error);
});

Start application without parameters

navigator.startApp.start("com.example.hello", function(message) { /* success */
	console.log(message); // => OK
}, 
function(error) { /* error */
	console.log('47', error);
});

Start application with parameters

navigator.startApp.start([
	"com.example.hello", // applucation
	"com.example.hello.MainActivity", // activity
	"product_id", // key
	"100" // value
], function(message) { /* success */
	console.log(message); // => OK
}, 
function(error) { /* error */
	console.log('47', error);
});

org.apache.cordova.startapp's People

Contributors

lampaa avatar markeeftb avatar

Watchers

 avatar  avatar

Forkers

godlzr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.