There is indeed an issue with WASM instrument that are always flagged as interactive.
We will have a look at adding an option to control this.
As I’m not sure this can be looked at in the near future, I can suggest a workaround:
The issue lies in the WasmInstrument gauge that is used as a prefix for your WASM gauge in panel.cfg
The base WasmInstrument defines the following method:
get isInteractive() { return true; }
Now, you can copy this instrument from the VFS (in html_ui\pages\vcockpit\instruments\wasminstrument) to your own gauge directory and edit this function so it returns false instead.
Then you will just need to edit the WASM vcockpit section to use your modified version instead of the base one: htmlgauge00=AZPCTHRAF_FS24/WasmInstrument.html?wasm_module=...
I hope this helps.
Great aircraft btw, congratulations for the successful release.