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
In my project i have some pretty long pages so iScroll comes in and adds the scroll bar to the container... Now when i load new content in the container by using window.splitViewNavigator.replaceBodyView( content ); the transition includes the scroll bar from iScroll. Only on Chrome and Safari desktop.. on mobile the bar disappears nicely after scrolling.
Would be nice to have the bar excluded from the transistion, any ideas?
Thanks, Daniel
The text was updated successfully, but these errors were encountered:
You're welcome for app-UI! Thanks for giving it a try. For a quick fix, try going into ViewNavigator.js and add the following code at the beginning of the updateView method:
tanks for the fast reply, i think this is something nice to add in the new version?
for now App-UI is really what i was looking for, splitview and nice transistions and it preforms good until now. Of course i have some questions about it but thats maybe out of the scope of this issue ;)
Hey Andrew,
First of all: thank you for app UI.
In my project i have some pretty long pages so iScroll comes in and adds the scroll bar to the container... Now when i load new content in the container by using window.splitViewNavigator.replaceBodyView( content ); the transition includes the scroll bar from iScroll. Only on Chrome and Safari desktop.. on mobile the bar disappears nicely after scrolling.
Would be nice to have the bar excluded from the transistion, any ideas?
Thanks, Daniel
The text was updated successfully, but these errors were encountered: