Has anyone had a similar problem where the ToastMessageShow message displays as dark characters on a dark background making it virtually unreadable.
The problem does not occur on the Samsung tablet but when I use a CP20s tablet the colors are displayed differently. Can't find any support for the CP20s.
You can customize the toast message text with CSBuilder: https://www.b4x.com/android/forum/threads/76226/#content This code allows you to also change the background color and the toast position: Sub ShowCustomToast(Text As Object, LongDuration As Boolean, BackgroundColor As Int) Dim ctxt As...