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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:49:42+00:00 2026-06-11T17:49:42+00:00

I am working on a web app for mobile phones. The app consists of

  • 0

I am working on a web app for mobile phones. The app consists of multiple sliding panels (horizontal), with clickable elements on each panel. I am using touchstart, touchmove, touchend events to capture touch events, and “-webkit-transform: translate3d” to actually move the elements (using Brad Birdsall’s swipe.js for horizontal swipe – https://github.com/bradbirdsall/Swipe). I also added a fading slideshow to the front pannel. The images animated using css to slide and fade in and out:

@-webkit-keyframes slideLeft{
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        opacity:0;
    }
    30%{
        -webkit-transform: translate3d(-60px, 0px, 0px);
        opacity:1;
    }
    70%{
        -webkit-transform: translate3d(-140px, 0px, 0px);
        opacity:1;
    }
    100% {
        -webkit-transform: translate3d(-200px, 0px, 0px);
        opacity:0;
    }
}

.slideLeft{
    -webkit-animation: slideLeft 10000ms linear;
    -moz-animation: slideLeft 10000ms linear;
    -o-animation: slideLeft 10000ms linear;
    animation: slideLeft 10000ms linear;
}

After adding a couple of these effects, the app now does not load correctly more than 50% of the time. As the browser loads, there are random black rectangles flashing at different places on the screen (see attached screenshots for some examples). Sometimes they flash for a couple of seconds and then go away, but sometimes they continue moving around, causing all the animations to become very slow and jittery.

Here are sample screenshots of what I am seeing. The squares keep moving around the screen:

enter image description here enter image description here

This problem actually only happens on the samsung galaxy android phones, on the default android browser (chrome works perfectly fine, but I need it to work in the default browser). Everything works perfectly on the iphone, and works okay on all other androids that I tested so far. And on the samsung – occasionally everything loads correctly, but most of the time it doesn’t. I tried getting rid of some animations, but the problem is so inconsistent. If I keep refreshing without changing the code, I am bound to see it at some point.

Has anyone had this problem before? I made a simplified version of the app, with just 2 sliding panels and a slideshow on the front panel. The code is on github:
https://github.com/mashabelyi/css-transitions-test. You can access the app on your phone at http://www.webitap.com/test

The black rectangles appear less often in this simplified version, which makes me think that it has something to do with the amount of content that is being loaded. Sometimes they appear in the beginning, and then go away.
I am doing a lot of javascript DOM manipulations on the elements, to ensure that the app fits any screen size. Could this be a potential cause of the problem?
I tried using translateX instead of translate3d and triggering hardware acceleration once by calling translate3d(0,0,0), but the problem persists.

Any insight will be greatly appreciated!

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

    I solved the issue! Turns out the images I was using were too large. I compressed the images, and now everything works very well.

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

Sidebar

Related Questions

So I'm working on a mobile web app using jQuery Mobile, and I need
I am working on an iPhone mobile web app using jqtouch to make it
I'm working on a simple web app using jQuery mobile, and it is designed
I am working on a simple web app using jquery mobile. I am attempting
I'm working on an iPhone web app where I'm using the apple-mobile-web-app-capable meta tag
I'm working on a mobile web-app using sencha touch, HTML5 and phonegap as a
I'm working on a mobile web app using Rails and jQuery Mobile. I've got
I'm working on a mobile web app, and in my page I have a
I am working on a mobile web app and am trying to remove the
I'm working on a mobile phone web app and I have several text fields

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.