Horizontal scroll for non-dynamic content in mobile native

I’m new to native mobile and am looking to build a section where there are 4 info cards that explain stuff to the user. I want them to be in a single horizontal position so that they are scrolled through by the user. When trying the horizontal list element it requires a type of content and is almost like a repeating group type of situation.

I’m looking to show static content as I don’t want this section to consume WU every time the view is loaded. How can I go about this in the native mobile editor as there are currently no plugins for horizontal scroll groups? Any ideas?

Example of what I want to create in the native app:

1 Like

Store it in an option set?

Would you mind explaining how this would work in native mobile? Like how do you show the horizontal cards with the available elements in the editor?

It looks like it’s an image element, text element, and button. you can use an option set as the data source to display that dynamically

Seems like I got it working now. My biggest concern was using up WU when loading the app but his seems to not affect that. Thank’s a lot for your response!

1 Like

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