jquery mobile - Dynamically managing height of iscroll-wrapper in iscrollview.js -


in app. using iscrollview.js,to achieve smooth scrolling on touch screen devices.

iscrollview.js calculates height of iscroll-wrapper way :

$wrapper.height()+$pulldown.outerheight()+$pullup.outerheight 

in 1 view there accordion structure. when accordion expanded, unable scroll due load-time height calculation of iscroll-wrapper. think due height of whole page being less of accordion structure.

can please advise how manage height of iscroll-wrapper dynamically?


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -