fernandomg / cordova-plugin-back-as-home

Minimize the app by pressing back button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova Plugin - Back As Home

With this plugin you can trigger home button functionality by pressing back button. Means you can minimize the app by pressing back button

Using

Add Plugin

$ cordova plugin add https://github.com/amitsinha559/cordova-plugin-back-as-home.git

add the following code where ever is required

    backAsHome.trigger(function(){
        console.log("Success");
    }, function(){
        console.log("Error");
    });

##Platform

Only for Android

About

Minimize the app by pressing back button


Languages

Language:Java 74.8%Language:JavaScript 25.2%