I am working with math expressions and I am doing fine with puravidapps App Inventor Code Snippets | Pura Vida Apps, my problem that is so simple is that the plus sing doesn´t show.
I am doing this
Please show us one of these working examples with “+”.
It seems to be that you can only use these “┼” or “⊕” instead of “+”, because all “+” are removed. Maybe it’s related to this:
Since I found it interesting , I tried to modify the html file as @Taifun suggested but still no plus sign was showing. Then, while keeping the modified html
when we use web viewer component I replaced the + sign with %2B and it seems to work. I do not know if it is the proper way but you can give it a try