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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:29:26+00:00 2026-05-28T03:29:26+00:00

Link to my app: http://gizeto.com/app_orange/index.html I don’t understand why this occurs on orientationchange .

  • 0

Gray dead space

Link to my app: http://gizeto.com/app_orange/index.html

I don’t understand why this occurs on orientationchange. Does anybody recognize this?

  • 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-05-28T03:29:27+00:00Added an answer on May 28, 2026 at 3:29 am

    It appears as though you are using iScroll for your scrollable areas. If this is the case then you will need to update the iScroll instance whenever a resize or orientationchange event fires on the window object:

    var myScroll = new iScroll();
    
    //you can change `resize` to `orientationchange` if you only want to support mobile devices
    $(window).bind('resize', function () {
        myScroll.refresh();
    });
    

    Source: http://cubiq.org/iscroll-4#refreshmethod

    This should keep the iScroll area the correct dimensions when the size of the document changes. If the iScroll container (in your case this is the data-role="content" element) still doesn’t update it’s height then you may need to do that manually:

    $(window).bind('resize', function () {
        $.mobile.activePage.children('[data-role="content"]').height('{HEIGHT HERE}px');
        myScroll.refresh();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

am using the application in this link http://www.jeasyui.com/tutorial/app/crud2.php .I have added one more column
In this web-app, when you supply this link: http://listen.grooveshark.com/#/playlist/Mellow_Magic/15982097 , it navigates directly to
I want to send an App link within the App like this: http://itunes.apple.com/app/myiphoenapp/id373185673 The
I need help with switching tabs, here is the example link: http://app.seed-ville.com/357-2/#1 This is
I am using this library for implementing coverflow in my app http://www.chaosinmotion.com/flowcover.html Now I
I have this link which i need to translate in a php variable. http://www.facebook.com/dialog/apprequests?app_id=346824075388300&to=1149862205&message=Facebook+Dialogs+are+so+easy%21&redirect_uri=http%3A%2F%2Fpenelope-ns.net%2Ffb%2F
i have a link in my app with the following URL: http://www.mysite.com/test?group=MyGroup the issue
I'm working with Youtube API and PHP library: http://code.google.com/apis/youtube/2.0/developers_guide_php.html I'm modifying existing app: http://googlecodesamples.com/youtube/php/YouTubeVideoApp/index.php
Here's my app http://kunwar.fantoon.com/fb/ , when I click on login link , it properly
I have been trying to parse this ( http://app.calvaryccm.com/mobile/android/v1/devos ) URL using a SAX

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.