Dandy Ling Kwong
Posts: 0
Joined: Sat Jan 10, 2015 9:06 am

Container div resizes after pageShow event

Image

In the image, it shows that the submitReport_mobilecontainer div has a height of 396px. However, during pageShow event, it was 364px. Some how, after the pageShow event, the div height changes to 396px.

Is it possible to know what are the changes that take place after pageShow event that causes the div to resize? I would like to add to that code such that I can obtain the height of the div after it changes.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Container div resizes after pageShow event

Hello,

Page container resizes after all components are ready.
You can use resize event fo any component: https://api.jquery.com/resize/

Return to “Issues”