03-04-2020 06:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-04-2020 06:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I'm stuck with two functionalities for an app.
I would like to create an app which will have as part of the functionality some scrollable tile list items (like for example how it is the Fitbit watch settings section where you can select up to 7 stats) and also will have some text on which to tap and go to a section from another scrollview item.
So how to implement these two functionalities? Any suggestions?
03-05-2020 06:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-05-2020 06:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
In the click event for your tile list item, then you can either show/hide an element which covers the entire display, or you can use replaceSync to navigate to another screen in your app.

