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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:15:06+00:00 2026-06-15T17:15:06+00:00

I built an android app using PhoneGap and JqueryMobile framework containing several html and

  • 0

I built an android app using PhoneGap and JqueryMobile framework containing several html and js pages.

the first loading time is very high ( 5-10 seconds later vs native apps) and page navigation is too slow.

Navigation from one screen to another taking lot of time.

Are there any hints/howtos/tricks to increase speed? It’s really unusable for an often used app.

An other issue is too app’s memory usage ( around 50mb for a simple application)

All tricks and hints are welcome.

  • 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-15T17:15:08+00:00Added an answer on June 15, 2026 at 5:15 pm

    A few optimization tips I have found to be helpful on slow devices:

    • Try changing the default page transition. Many Android devices do not support hardware accelerated features of the handset in the browser, which means that the CSS3 transitions that JQueryMobile tries to use by default are very slow. You can use:

      $.mobile.defaultPageTransition = 'none';
      

      to turn off all of the default transitions.

    • As far as script load time, there is not much you can do besides perhaps examining the individual load times for your dependencies and figuring out alternatives – but you can ensure that your app doesn’t look wonky while it loads. Here’s a quick hack I use:

      <style type="text/css">
        .doc {display: none;} /* don't show body by default */
      </style>
      
      <body id="main_body" class="doc"> 
      

      Once everything loads, I call

      $("#main_body").removeClass("doc");
      

      to show the application. I use a Javascript preloader (LABjs) in order to ensure all of my dependencies get loaded in order.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have built a test app on android using this cool-ass PhoneGap framework, but
I have been using phonegap.js with jqm to built a mobile android app. I
I have an app built for Android (and hopefully soon iPhone) using Phonegap 's
I've built a Jquery Mobile Android App using Phonegap which contains a form with
Sending Email in Android using JavaMail API without using the default/built-in app I'm trying
I've built an Android app which is now on Play Market. From time to
I'm building the Android scanning app using zxing library. I have built the zxing
I'm using PhoneGap to build an Android app. Using either jQuery or Zepto, I'm
I have an application built using PhoneGap (Android) that is essentially a shell for
I have created an app for android using phonegap, but I am worried about

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.