Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8946133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:25:55+00:00 2026-06-15T12:25:55+00:00

I have an application built in html5 and phonegap for android, by pressing the

  • 0

I have an application built in html5 and phonegap for android, by pressing the exit button I call the following function(JavaScript):

function close_window() {
    if (confirm("Exit?")) {
        navigator.app.exitApp()
    }
}

Window with the message “Exit?” appear, but the application does not close when you click OK, how can we close it?

Is this the way to use navigator.app.exitApp()?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:25:56+00:00Added an answer on June 15, 2026 at 12:25 pm

    I think your missing with call of confirm notification.

    Please try following code, it is working fine in my app:

    document.addEventListener("exitButton", function(){ 
                  navigator.notification.confirm(
                            'Do you want to quit', 
                            onConfirmQuit, 
                            'QUIT TITLE', 
                            'OK,Cancel'  
                        );
                }, true); 
    
        function onConfirmQuit(button){
           if(button == "1"){
            navigator.app.exitApp(); 
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application built in html5 and phonegap for android, by pressing the
I have an application built in html5 and wrapped in phoneGap, by pressing the
So I have a client application built using HTML5 and JavaScript. My application invokes
I have an application built with Html5 and PhoneGap. how can I know (in
we have successfully created a decent phonegap application working on android and iphone. (using
I have been using phonegap.js with jqm to built a mobile android app. I
I have a problem with my current application built with PhoneGap. Images are not
I have an application built for iPhone 2.0 but I would like to use
I have an application built for 1.5 and I am adding higher resolution drawables
I have an application built using JSF1.2. I have a home page which has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.