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 8559511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:04:00+00:00 2026-06-11T16:04:00+00:00

I would like to develop a phonegap application that has a login page, if

  • 0

I would like to develop a phonegap application that has a login page, if login is successfulm user gets to see #page1, based on details entered on #page1, user can either go to #page2 or #page3. How can I implement such a scenario? I also came across this link, if am implementing the kind of layout the ‘sage‘ uses in that post, how do I get my other.html pages included in my application?

What is the best way to implement multiple pages that are either shown/hidden programatically based on user input and not clicks on Hyperlinks? That is my question.

  • 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-11T16:04:02+00:00Added an answer on June 11, 2026 at 4:04 pm

    Jquery mobile also do the same thing show hidden concept in the multi page transition. You can do it in your own way also. That is your wish.

    Normally page transition can be done by this below example in jquery mobile phonegap,

    <html>
    <head>
    <!-- HERE YOU CAN ADD ALL YOUR INCLUDES -->
    <head>
    <body>
    
    <!-- This page will show first -->
    <div data-role="page" id="index">
    
        <div data-role="header" data-position="inline" id="indexheader" >
            <h1>Page 1 Heading</h1>
        </div><!-- /header -->
    
        <div data-role="content">
            <h3>page Content</h3>
        </div><!-- /content -->
    
        <div data-role="footer"  data-position="fixed">
        <h3>Footer Text</h3>
        </div><!-- /footer -->
    
    <!-- SECOND PAGE -->
    <div data-role="page" id="pagetwo">
    
        <div data-role="header" data-position="inline" id="page2header" >
            <h1>Page 2 Heading</h1>
        </div><!-- /header -->
    
        <div data-role="content">
            <h3>page Content</h3>
        </div><!-- /content -->
    
        <div data-role="footer"  data-position="fixed">
        <h3>Footer Text</h3>
        </div>
    
    <!-- THRIRD PAGE -->
    <div data-role="page" id="pagethree">
    
        <div data-role="header" data-position="inline" id="page3header" >
            <h1>Page 3 Heading</h1>
        </div><!-- /header -->
    
        <div data-role="content">
            <h3>page Content</h3>
        </div><!-- /content -->
    
        <div data-role="footer"  data-position="fixed">
        <h3>Footer Text</h3>
        </div>
    </div>
    </body>
    </html>
    

    And you have to do the second or third page showing using javascript event.

    Based on the condition, Load your pages like this,

    $.mobile.changePage($('#pagetwo')); /*page navigation the particular where data shown*/
    $("#index").trigger("pagecreate"); /*This is like a page refresh in jquery*/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to develop a small notifications application for Windows in .NET that
I would like to develop a poker odds application that can give the probability
I would like to develop an application (that runs at all times in the
I would like to develop an application to Samsung Galaxy Beam which has a
Would like to develop an application that utilizes a mobile devices music library. Fairly
I would like to develop an application that will receive pictures from a camera
I would like to develop an iOS application that send files between other devices
I would like to develop a mobile application that is able to access all
Hello I'm trying to develop an application for iPad using PhoneGap. I would like
I would like to develop an application - a service - that updates the

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.