Events are Generated on iMX8 but screens are not switching.
I have a crank Application running on iMX8 target.
Application is up and running but the touch event the screens are not switched but, I see the touch events happening. below are some logs for touch events.
EVENT [100.835166]:IO: Queue [1] gre.press
EVENT [100.835467]:IO: Dispatch [gre.press]
EVENT [100.940013]:IO: Queue [1] gre.release
EVENT [100.940326]:IO: Dispatch [gre.release]
EVENT [101.432936]:IO: Queue [1] gre.press
EVENT [101.433224]:IO: Dispatch [gre.press]
EVENT [101.530505]:IO: Queue [1] gre.release
EVENT [101.530787]:IO: Dispatch [gre.release]
0
Comments
Hi Amol,
Could you please clarify what you mean by "screens are not switched"?
Are you trying to get your app to transition to another screen when you press on the first screen?
Please sign in to leave a comment.