-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skelPanels - Screen Flicker on Zoom in/out on iOS #12
Comments
What iPad and iPhone are you using? On 10/12/2013 1:26 PM, jmalatia wrote:
|
iPad 4th Gen (Retina) - iOS 6.1.3 |
Same deal with the stuff at html5up.net? eg. http://html5up.net/uploads/demos/striped/ On 10/12/2013 1:44 PM, jmalatia wrote:
|
Yes.... More info: It looks like it flashes once when done zooming... almost -------- Original Message --------
|
But if you don't zoom there's no flickering? On 10/12/2013 1:55 PM, jmalatia wrote:
|
correct... no flicker unless you zoom. flicker occurs a soon as you release your fingers from a zoom (in or additional info: using the panels (left side panel slide in/out, |
The zooming combined with the CSS transforms used by Panels might be useTransform: false to your panels config (at the depth as "panels" and "overlays") and see On 10/12/2013 2:04 PM, jmalatia wrote:
|
That seemed to take care of the flickering.... Instead though I used: transformBreakpoints: 'mobile' as I'm only using panels in mobile view. Am I correct in this usage? I assume panels.js initializes the panels framework even if no panels And not setup any panels, the flickering on zoom will occur. Thanks! -------- Original Message --------
|
Yeah. It's probably the combination of zooming + CSS transforms (which That being said, while transformBreakpoints certainly works, using On 10/13/2013 11:16 AM, jmalatia wrote:
|
I've seen some references to screen flickering bugs on iOS in the commit notes as well as in the issues section. But I'm still seeing the flickering when a reference to skel-panels is included on the page (even if skel-panels aren't visible at that breakpoint or even set to go off).
Viewing the examples page at:
http://skeljs.org/uploads/examples/panels-example/index.html
I'm seeing the flickering using an iPad (iOS 6) when I zoom in.... screen flashes. Same issue on iPhone with iOS6 and lockViewport=false
I've reproduced using v0.4.0 and v.0.4.1.
Any thoughts?
The text was updated successfully, but these errors were encountered: