I am testing a mobile app I have built and noticed that when I manually clear a ToastBar
message through the touch interface, if there is a Component
beneath it, such as a Button
, it is clicked as well.
I know that in Android native development, it is possible to mark a Component
in a way that does not allow this to happen. Does anyone know if there is such a method or "attribute" in Codename One too?