I can’t scroll on my app

I’m currently designing a screen that is basically many big buttons and each button takes you to a new screen. Each button is wide enough to cover the screen side to size and they’re directly piled one on top of the other. Because there are enough to cover more than the size of the actual phone screen size, obviously, you would need to scroll to reach the lower ones. The scroll option is on for my screen and while i’m designing on the computer i can scroll no problem but when I use the companion to use the app on my phone, I can’t scroll. Does anyone have any idea on why this could be? All answers are greatly appreciated, thanks!


(the screen im designing)

1 Like

Are those images in a webview ?

2 Likes

Sorry, still getting familiarised to this, what does webview mean?

1 Like

Show how you have constructed your app so far, like so:

image

Do you have any vertical scrolling arrangements in your design?

2 Likes

1 Like

You might drag all Buttons inside a VerticalScrollArrangement.

1 Like

and then uncheck "Scrollable" :wink:

2 Likes

Okay so I found the verticalscrollarangement, where do i put it? at the top of all the buttons?

1 Like

First drag it into screen. Then set Height and Weight as Fill Parent. Now drag all Buttons inside the VerticalScrollArrangement.

1 Like

Thank you!! Appreciate all the responses :smiley:

1 Like

Try this project, does it scroll ?

scrollButtons.aia (1.2 KB)

2 Likes

What application can I open this document with?

1 Like

It worked! Thanks so much everyone :smiley:

1 Like

Beware:

You only get 10 or so Screens.
See Building Apps with Many Screens

2 Likes

oh gosh :grimacing: thank you, i will look into it

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