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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:55:41+00:00 2026-06-04T21:55:41+00:00

Here’s a strange bug that appears on the iPhone (4S) but not the iPad

  • 0

Here’s a strange bug that appears on the iPhone (4S) but not the iPad (3) or any desktop browser. When I load any page from this site, say:

http://www.courtniv.com/what-is-eco-fashion/

on my iPhone, the breadcrumbs (“Home » JustMeans » What is Eco Fashion?”) text seems schizophrenic. It rapidly changes sizes, back and forth, about three times a second, from the correct size to a size a few points larger. Sometimes the article text is shaky too, and sometimes from just the second paragraph onward. Sometimes the footer copyright text is unsteady as well.

I tried removing:

<?php get_template_part('includes/scripts'); ?>

from the footer, and at first it appeared to work, but then a few refreshes later the problem had returned. Same story when I removed the font-size declaration from my custom stylesheet. I disabled Javascript on my iPhone and the problem still remained.

Strangely, it doesn’t do this every single time I load the page on my iPhone, but most times it does. Often if I change something in the code, it will stop on the next refresh, but then return a few refreshes later. Sometimes if I load the page and wait awhile, doing nothing, the schizophrenia will stop. Sometimes the article text will stop shaking, but the breadcrumbs will continue to shake. Refreshing the page almost always brings it right back. And it definitely continues after the page has finished loading. Right now it’s been going for ten minutes. It’s continued to wobble after the screen locks, changing orientation, and closing and opening Safari again.

In my 10 years of web designing, I’ve never seen anything like this. Any clue what’s causing this and/or how to fix it? Thanks!

  • 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-04T21:55:43+00:00Added an answer on June 4, 2026 at 9:55 pm

    I’ve never experienced that kind of issue before.
    However, here you have two solutions.

    Solution #1

    Adding the following to the css should prevent the font from resizing.

    html {
      -webkit-text-size-adjust:none;
    }
    

    Since it seems to only be an issue on iPhone it would make sense to target only that terminal with media queries:

    @media only screen and (max-device-width: 960px) { 
      html { 
        -webkit-text-size-adjust:none; 
      }
    }
    

    Instead of applying this to html you could add it to #breadcrumb, .post-meta and other selectors that has the same resizing issue.

    Solution #2

    The issue also seems to be related to the following ruleset:

    a,
    .textwidget a img,
    div.category a,
    .sociable ul li {
      -webkit-transition: all .3s ease;
      -khtml-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    

    changing that into:

    @media only screen and (max-device-width: 960px) { 
      a,
      .textwidget a img,
      div.category a,
      .sociable ul li {
        -webkit-transition: none;
        transition: none;
      }
    }
    

    will also solve the issue.

    In your case I would have chosen solution #2, since solution #1 shrinks the text size of the targeted elements.

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

Sidebar

Related Questions

Here is my code (Say we have a single button on the page that
Here is the scenario: I'm writing an app that will watch for any changes
Here the total height of all <div> 's are 900 pixels, but the jQuery
Here's the deal: I'm in the process of planning a mid-sized business application that
Here's the method. I want to know if I am violating any best practices
That's pretty much it. I'm using Nokogiri to scrape a web page what has
Here's what I'm trying to accomplish with this program: a recursive method that checks
Here is the problem that I am trying to solve. I have two folders
Here's a query that works fine: SELECT rowid as msg_rowid, a, b, c FROM
Here's the flow that I am trying to achieve: 1) User uploads an audio

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.