Is there a way to catch any event that should be fired when all parts of a page has rendered?
I'm working in an iOS environment and there is a random delay on rendering step between iPad2, iPad3, and iPad Air 2. The thing is that this delay cause inconsistencies in my code and unfortunately visual bugs.
To be very accurate, I'm not talking about loading (I've already tried the onload method and it doesn't works) but rendering. When all the images and / or dom elements fully display on the screen.
These posts don't help me.