You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adpativeHeight option is set, internally panel's height value is set to on element's attribute.
This behavior is to perform more efficiently not re-evaluate height on every flick action.
But, in the circumstances which needed to call .resize() (which means situation like orientation of device has been changed), the panel's height needed to re-evaluate depending on the contents its have.
The text was updated successfully, but these errors were encountered:
In case of rotate(or in case of panel's height changes), need to re-evaluate panel's height value.
This fixes removing 'data-height' attribute and re-evaluate calling ._setAdaptiveHeight().
Ref naver#478
Description
When
adpativeHeight
option is set, internally panel's height value is set to on element's attribute.This behavior is to perform more efficiently not re-evaluate height on every flick action.
But, in the circumstances which needed to call
.resize()
(which means situation like orientation of device has been changed), the panel's height needed to re-evaluate depending on the contents its have.The text was updated successfully, but these errors were encountered: