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
I noticed a weird behaviour in IE 10 and mobile versions. The page width shrinked right after iscrollview was loaded. The solution is very simple. Just add this css line to prevent this.
.iscroll-scroller {
width:100%;
}
The text was updated successfully, but these errors were encountered:
I noticed a weird behaviour in IE 10 and mobile versions. The page width shrinked right after iscrollview was loaded. The solution is very simple. Just add this css line to prevent this.
The text was updated successfully, but these errors were encountered: