cancel
Showing results for 
Search instead for 
Did you mean: 

TGFX BUG? "Invisible" widgets are still touchable

zzzzz
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
zzzzz
Senior

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.

View solution in original post

1 REPLY 1
zzzzz
Senior

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.