2021-01-27 10:52 AM
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.
Solved! Go to Solution.
2021-01-28 06:51 AM
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.
2021-01-28 06:51 AM
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.