Swipeout Android

I’m having a problem in the android environment.
If I have more than 5 LI, the screen bursts and turns black

Example, with 6 LI bursts, with only 5 works. In IOS I have no problems, does anyone know what the problem is?

<div class="list-block" >
  <ul id="resultpesquisa">
      <li class="swipeout">....
      <li class="swipeout">....
      <li class="swipeout">....
      <li class="swipeout">....
      <li class="swipeout">....
      <li class="swipeout">....
 </ul>
</div>

Hello everyone I tried to put 2 blocks <div class="list-block" > , one with 5 li, and another with only 1 li, barely enter the screen, it bursts and everything goes black.
I think it’s a memory problem, but that only happens in Android, can someone help me?

Hm, I have app with a lot swipeout items in list-block without any problem…