Rpi-ft5406 touchscreen not working in electron app

Thanks for the answers. :+1:
From dmesg (for the benefit of anyone else reading this), these two lines seem to be of interest:

[    9.221333] rpi-ft5406 rpi_ft5406: Probing device
[    9.228669] input: FT5406 memory based driver as /devices/virtual/input/input0

And from lsmod:

Module                  Size  Used by
rpi_ft5406             16384  0

I wonder if anything in following thread would apply and be helpful here, including some of the debugging methods, like using xinput:

Given that dmesg showed that /devices/virtual/input/input0 “is there”, it would be interesting to somehow find out whether touch events are being produced and could be “read” somehow, just not being captured at a higher level.