Coming from web development and still getting a hang of things in app world. I have a bunch of text being loaded from firestore in a listview. Within the text strigns, i would like to hyperlink a few terms and allow user to click and show definition of the term from the database... Is this just not something i'll be able to do. I could do it with with JS, but not sure how to go about it in this environment.
ie.
List View
- list item 1 | this is a description of list item 1
I've found the Linkify widget for URL's... but not sure about linking to a different query page