iOS Question [Solved] BCToast Problem

kohlenbach

Member
Licensed User
Hi,

b4xpages , b4i : I use toast.Initialize(Root) but the ToastMessage is not shown.
I use for test : toast.Show($"The time now is $Time{DateTime.Now}"$)

I use landscape and there is a panel mypanel which cover the whole page (with anchors) .
If I use : toast.Initialize( mypanel), I see the toast message and it disappears after a while,
but the problem is it is too near to the bottom of the page and its behind the line where you swipe to put the app in the background.


Is there a option to change the position of the toastmessage ?
 

Attachments

  • WhatsApp Image 2025-09-19 at 21.19.08.jpeg
    WhatsApp Image 2025-09-19 at 21.19.08.jpeg
    65.7 KB · Views: 8
Last edited:
Top