Native app page load top

Hey guys,

I am wondering if it is possible to set up the native app so the page load goes from the top?
I mean now it just seems like it’s loaded in the middle of the screen and I need to scroll to top on my own.

:raised_hands: Thanks!

You can use the “scroll to” function to scroll to te top (any object that is located on the top) every time the page is loaded or a button is pressed :wink:

Great idea. But in my case, it is not working. I am trying to make from login screen to scroll to the top on the next page. The problem is once I click the login button it changes the mode and then scrolling just not working. Any ideas how it can be fixed? :slight_smile:

Maybe if you create a custom event (scroll to top) and schedule it after 1 or 2 seconds after the mode has changed?

1 Like

Thanks mate! Much appreciated !