Skip to content

Lesruez93/cordova-plugin-back-as-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");
});

Platforms

Only for Android

About

Minimize the app by pressing back button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.8%
  • JavaScript 25.2%