HTML Text in answer does not work on android
Posted: Thu Feb 16, 2017 5:29 pm
I have put HTML text in a hidden field and show that field with
.
This works really nice in development mode on my PC but when I transfer the stack to android I only see plain text with the html code in it. Also I have set a standard icon for this button but that also does not show in android. In fact if I use a standard icon the button seemingly is not there at all until i remove the icon.
What am I doing wrong ?!
Code: Select all
Answer fld "HelpText"
This works really nice in development mode on my PC but when I transfer the stack to android I only see plain text with the html code in it. Also I have set a standard icon for this button but that also does not show in android. In fact if I use a standard icon the button seemingly is not there at all until i remove the icon.
What am I doing wrong ?!