hpl123 Hi all, Here is a tip on how to implement "smooth scroll" (and not the jumpy/buggy scrolling that exist in some mobile things like a VP frame, some forms etc.) and it seems as though it works in all areas: In startup.html add the following in the "html,body" style tag: -webkit-overflow-scrolling: touch; Source: https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/
RLJB Henrik - that works! 🙂 well done. Support, this should just be permanently in startup.html (suggestion)
mrbdrm I have done that before. There is an issue on ios that could casue flickering on screen with this. My solution was to apply it only on the forms.