iPhone Flicker Issue When Expanding Collapsible Section

iPhone Flicker Issue When Expanding Collapsible Section

Just wondering if anyone else has seen this flicker issue when expanding a collapsible content section. I'm using an iPhone 5 with JQM 1.3.

I have a collapsible like this:

< div data-role = "collapsible" data-theme = "b" data-content-theme = "d" >
     < h4 >Heading</ h4 >
     < p >I'm the collapsible content with a themed content block set to "d".</ p >
</ div >