I’m making an app that you can use to write stories. I made it so when you press a button, you can share the app with friends and stuff. But when I coded it, the share component wouldn’t allow me to share even on the Thunkable Live app. Please help
And it looks like maybe your idea was to create a list from the text input entries and then share the entire list? If so, use the “make text from list” block in the List drawer to convert your list items to a text string.
You’ll have to try out different delimiters; I’m not sure if the New Line block works with the Share component.
Personally, I’d change it so that when you submit the text input (tap return), it adds the item. It seems a bit cleaner than having to hide the keyboard and then tap “Enter” to add a line to the story.
When I preview the link I posted above on my iPhone in Thunkable Live, tap Share and then tap on the Messages app, it opens a new message with the lines that I typed into the Text Input field: