I'm developing an application for remote access, using Electron for interface and build. This app will be installed on my client's computer which is mostly Windows 7/8/10/11, x64 and x86. To try and cover them all with a single build, I'm trying to compile with windows ia32. However, during the tests I noticed that in Windows 11 the remote control with Robotjs does not work, and does not return any errors. I've tried debugging anyway and I still don't get any errors.
I'm developing an application for remote access, using Electron for interface and build. This app will be installed on my client's computer which is mostly Windows 7/8/10/11, x64 and x86. To try and cover them all with a single build, I'm trying to compile with windows ia32. However, during the tests I noticed that in Windows 11 the remote control with Robotjs does not work, and does not return any errors. I've tried debugging anyway and I still don't get any errors.
Attempts
I've tried rebuilding Robotjs with:
npm rebuild --runtime=electron --target=1.1.3 --disturl=https://atom.io/download/atom-shell --abi=48
node-gyp build
I've tried using other precompiled forks like:
Expected behavior
Remotely access other computers and control them.
Current Behavior
No mouse movement or keyboard key is pressed. No kind of control.
Your environment