Skip to main content
zzzzz
Senior
January 27, 2021
Solved

TGFX BUG? "Invisible" widgets are still touchable

  • January 27, 2021
  • 1 reply
  • 792 views

In our project, it has many screens that have animated container. When the container slides in and covers the whole screen, the widgets beneath the container are still touchable, even though those widgets are "invisible". This does not make sense. Does anybody meet this problem?

FYI, we found this problem when the project is almost done, about 50 screens are designed this way. To fix the problem with fewer changes, we created a customed modal window and use it to wrap all the containers. it works, all other widgets are blocked by the modal window. Are we missing something? Any other suggestions? Thanks in advance.

This topic has been closed for replies.
Best answer by zzzzz

TGFX employee replied to my question in another place.

https://community.st.com/s/feed/0D53W00000W8IgZSAV

Add click listener to the container can block widgets beneath it.

1 reply

zzzzz
zzzzzAuthorBest answer
Senior
January 28, 2021

TGFX employee replied to my question in another place.

https://community.st.com/s/feed/0D53W00000W8IgZSAV

Add click listener to the container can block widgets beneath it.