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
Post a Comment