Make View Pager start on second page

Hello everyone,

I’m trying to make it so that the View Pager component starts on the second page so you can swipe left and right. The problem is, when I use the “Select Page” block on “Screen.Initialize”, it straight up doesn’t work. Here are my blocks:

Thanks in advance!

1 Like

try setting it to 1, because view pager tab 1 page no is 0, and tab 2 page no is 1,
so set view pager select page to 1, then it will select tab 2…

Unfortunately it didn’t work. “Select Page” blocks used after the screen initializes work though. This is the only one that doesn’t.

try setting first visible then select page.

That unfortunately didn’t work either.

can you send me aia for you project in pm, so i can check it why its not working.

i have added a clock,

image

and in blocks,

image

and now working, in initialize its not working,

1 Like

Worked like a charm, thanks! :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.