I Finally After A Week Or So Trying To Figure Out How To Make A New Line In A Label I Figured It Out By Myself.
I’m Having A Guess Someone Else Figured Out This By This Method But I Just Figured It Out Through Tons Of Trial And Error.
And Today I’m Going To Share To Everyone The One Thing That Probably Many New Members To Thunkable Have Been Wondering How To Do And That Is Creating A New Line In A Label, Text Input.
So What I Did Was Created A Tag / Entry In Firebase And Named It br Then Set The Value To \n Then Edited The Tag / Entry’s Value And Set It To \n Since It Automatically Made The Value \\n For Some Reason.
Then Went Into Blocks And This Is What I Did:
I Do Not Know If It Works If You Set It To A Variable So Go Ahead And Experiment.
If You Have A Different Method That Isent Adding A Bunch Of Spaces To Do This Leave It In The Comments Below.
to be true, at first your recommendation sounded hilarious.
But now I think its genious and one of the most creative and sophisticated workarounds in this forum - my respect.
Like street-art it will vanish once the @thunkable team will fix this bug. But until then many members of the community will rely on your solution.
cheers,
User81
P.S.: It took some time for me until i figured out, that I will have to type “\n” (with quotation marks) into the firebase value, because typing \n (without quotation marks) will lead to “\\n”
Yes, your method works in Label on both platforms and ListViewer on iOS. I tried 5-6 ways on Android and none of them works with ListViewer.
React Native is an interesting technology. There is also Native Script, but I like it less. At one time I was interested in qml and the V-Play platform. From - web frameworks like Framework7 - there is a very productive virtual list and many components.
This way did not work with me, i think i made it wrong
I saved tag value to “\n” with quotation marks as mentioned above by @User81
then i edited in the database to be \n as said by @Danny_Smoka
BUT still not working, can anybody help me with clear answer, please?