Android Question BBListItem's URL not working accordingly.

Hanz

Active Member
B4X:
sb.Append(CRLF).Append($"[Span MinWidth=33%x Alignment=center][url]Delete[/url][/span][Span MinWidth=33%x Alignment=center][url]Forward[/url][/span]"$).Append(CRLF)
sb is a StringBuilder type.

The issue is, when I tap the "Forward", there is an instance that I have to tap it 4 to 5 times before it will respond. But before this, I tried the code below:
B4X:
sb.Append(CRLF).Append($"[alignment=center][url]Delete[/url]    [url]Forward[/url][/alignment]"$).Append(CRLF)
Which is worse than the previous code because both URLs, "Delete" and "Forward" behave similarly. I tested it with two android phones and produced the same result.

Anyone had the same issue and how it was solved? Thanks!!!
 
Top