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)
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)
Anyone had the same issue and how it was solved? Thanks!!!