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

  • Home
  • SEARCH
  • 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 9150793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:39:31+00:00 2026-06-17T11:39:31+00:00

I am currently exploring jQuery Mobile’s functionalities. I am quite intrigued by the way

  • 0

I am currently exploring jQuery Mobile’s functionalities. I am quite intrigued by the way Google Play Store handles horizontal sliding, hence, when the user slide taps to the right, the view should slide to the next page and when the user slide taps to the left the view should scroll to the previous page, if any. I know this can be done using native jQuery but I’m not yet familiar with events on mobile devices and I’m sure there is already a built-in functionality for this.

I’d like to try this first with Android devices and if possible with iPad and iPhone. Can anybody guide me on ways to accomplish this?

BTW, I’m not talking about browser history here, probably just some div, pages, if possible.

  • 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-17T11:39:32+00:00Added an answer on June 17, 2026 at 11:39 am

    It can be done but you will be sadly disappointed.

    It can be achieved like this:

    1. Multiple page’s inside one single HTML. Every page will have swipeleft and swipe right binded to it. When event is triggered changePage() function will make a transition to previous/next page. This sounds excellent and works just fine on desktop browser but fails miserable when executed with phonegap on android phones. Transitions are still a huge problem on android phones, iOS fares better but not to much.

      Something like this:

      $('#page-two').on('#page-two', 'swipeleft', function () {
          //next page
          $.mobile.changePage($('#page-three'));
      }).on('#page-two', 'swiperight', function () {
          //prev page
          $.mobile.changePage($('#page-one'), { reverse : true });
      });
      

      Swipe events are supported with jQuery Mobile so no need for 3rd party plugins.

    2. Use a jQuery Mobile carousel plugin like this example: http://jsfiddle.net/blackdynamo/yxhzU/

      Original plugin: https://github.com/blackdynamo/jQuery-Mobile-Carousel

      Unlike page transitions this plugin will give you much better feeling on mobile phones.

    3. What ever path you choose android tab look will be achieved with navbar inside a second header:

      <div data-theme="a" data-role="header">
          <h3>
              First Page
          </h3>
          <a href="#second" class="ui-btn-right">Next</a>
      </div>
      <div data-theme="a" data-role="header">
          <div data-role="navbar">
              <ul>
                  <li><a href="#">Page One</a></li>
                  <li><a href="#">Page Two</a></li>
                  <li><a href="#">Page Three</a></li>
              </ul>
          </div><!-- /navbar -->
      </div>
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently exploring jQuery Mobile to develop a mobile version of a dashboard with
I'm currently making a jQuery Mobile application and using Phone Gap to deploy to
I'm currently exploring Play framework 2 and I must say that I'm impressed! There
I am currently exploring Change Data Capture as an option to store temporal databases.
i'm currently exploring jQuery's plugin authoring and: var methods = { init : function(options)
I am currently exploring the specification of the Digital Mars D language, and am
I'm currently exploring the possibility of integrating MYOB Exo Business (Exonet) to a shopping
I'm currently exploring powershell capabilities, but I have encountered a problem that I have
Currently I have 2 ways of displaying images in a cell, which way will
I'm currently exploring the different options for building a not-too-complex web application, in which

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.