iosscripts / iosslider

iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
http://iosscripts.com/iosslider
432 stars 103 forks source link

Black twitch/flicker on slide click #319

Closed JanMesaric closed 10 years ago

JanMesaric commented 10 years ago

I'm having a problem using an iPad 3 latest version of ios running an app using phonegap 2.7.

When clicking on slider I get a short twitch/flicker that is the same as the size of slider container.

The issue is visible and harms user experience.

Has anyone found a solution?

Sincerely, Jan

marcwhitbread commented 10 years ago

Is the color produced by -webkit-tap-highlight-color by any chance? It shouldn't be occurring on iOS but in PhoneGap I'm not sure.

Try setting:

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
JanMesaric commented 10 years ago

You are right, this solved my problem! Thank you very much