Skip to content

Instantly share code, notes, and snippets.

@jumplee
Created March 29, 2015 04:35
Show Gist options
  • Save jumplee/5d734777184518d3144b to your computer and use it in GitHub Desktop.
Save jumplee/5d734777184518d3144b to your computer and use it in GitHub Desktop.

导致ios出现memory warning 闪退的css

//不能加这种代码,导致ios出现memory warning 闪退
.x-list .x-list-item{
//  -webkit-transform: translate3d(0, 0, 0);
//  -webkit-transform-style: preserve-3d;
//  -webkit-backface-visibility: hidden;
}

没想到这个代码会导致ios发出memory warning ,最后闪退。

ios8.2 iPhone6+ 非常高的频率 ios8.2 iphone5c 小概率

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment