Answered

How can I show a post on mobile on a user action?


I have an iOS app and I want to show a specific post to an user who does a certain action, like tapping on a button. How can I do that?

icon

Best answer by Eric Fitz 10 March 2022, 12:37

View original

3 replies

Userlevel 1

Hey @danut​, are you specifically looking to do this on a button tap, or are there other actions for which you want to set this up, too?

Hi @eric f11​. 

Not necessarily a button tap, it can be when selecting an item from a table or collection. I have a list of objects with different types. I want that when users select an object of a certain type to show a post. Each object of that type will show a different post.

Userlevel 1

Got it, thanks for clarifying @danut​. While it's not possible to launch a post when a specific element is selected, I wonder if Mobile Carousels might be helpful to you here? You can launch these from an element and they're designed specifically for mobile.

Reply