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:
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!