Detected issues at BetaTest iOS version 2.64.4 8)

Only for help:
This ActivityStarter return a 601 code error. Only to have a speace in the text ob ?subject=


This other runs well: (it has not spaces). Attention: The parameter ?body= will be a part of the parameter ?subject=

Remark: The ActivityStarer is very fien sensible to spaces in all the parameters. In Android that not happens.

For the URLs, I think they need to be proper URLs, which don't typically allow for spaces. Try substituting %20 for the spaces and see if it works then.

For the label issues, it seems like both the font problem and the UTF-8 problem are due to the use of HTMLFormat. I have come up with fixes for both.

1 Like

Perfect. Thanks. They ara not a big issues only are Design issues and we can have workarounds for all but will be better to correct for a right compatibility platforms. In the issue of the fonts also change always the Design colours to black color (we can write the font color on the Blocks).


You are right. With the ASCI character %20 runs well the spaces in iOS and Android. And for the \n character we can use %5Cn.
Thanks

Line Break = %5Cn