'pageshow' seems to 'refresh' 1 second too late

'pageshow' seems to 'refresh' 1 second too late

Hi all,

I'm making this jquery mobile website  m.ideebv.com
When you click on the first link: 'Wie zijn wij' then you see the flexslider on the top of the page.
But the whole page seems to load one second too late. It flickers one time.

This is since I'm calling the flexslider with this code:
  1. <script>
  2. $(document).live( 'pageshow',function(event){
  3.   $('.flexslider').flexslider({
  4.   });
  5. });
  6. </script>

I tried this with pageinit 'instead' of 'pageshow'.
Then there is no flickering, but the flexslider loads completely wrong.

Does anyone know what I'm doing wrong?

Greets, Mark