Hoi,
i am using the ToastMessageShow - lib and it works well.
Now i tested the app on a 2.1 Device, which causes an error when displaying the ToastMessage:
When i disable that, the 2.1 device works.
So the question is: can i make a request in a Try....Catch...End Try for the installed Android version and, in this case, if 2.1 do not dislpay the ToastMessage ?
i am using the ToastMessageShow - lib and it works well.
Now i tested the app on a 2.1 Device, which causes an error when displaying the ToastMessage:
B4X:
InitializeToast
toast.Location = toast.CENTER
toast.Show4("Info","Hello," & CRLF & "Pressing any entry shows details",toast.INFO_ICON)
When i disable that, the 2.1 device works.
So the question is: can i make a request in a Try....Catch...End Try for the installed Android version and, in this case, if 2.1 do not dislpay the ToastMessage ?