Malte Hallström

Results 19 comments of Malte Hallström

I am actually in the process of trying to do so, sorry. I was just going by the original post and wanted to share my insights so far. Of course,...

Yes, it works fine on my Samsung Galaxy Tab S8 running Android 12 and One UI 5.0 🤔

This issue is still present in `v24.1.2` as well as `v25.0.0-alpha.5`.

This issue is still present in `v26.0.0-beta.8`. Additionally, it looks like `undefined` is no longer acceptable, which contradicts the types. Pressing print (native) yields: ``` (node:17207) UnhandledPromiseRejectionWarning: Error: webContents.print(): Invalid...

This issue is still present in `v27.0.2` as well as `28.0.0-alpha.6`.

This issue is still present in v28.2.0 as well as 29.0.0-beta.4.

This issue is still present in v30.0.1 and 31.0.0-alpha.2

Replacing the `panel` variable on [these lines](https://github.com/dga711/msfs-webui-devkit/blob/1b76707ea20363d94e9755d3247b41cefe0a1e7d/html_ui/JS/debug.js#L124-L126) with `this.m_debugPanel` seems to work for me. ```diff if (sessionStorage.getItem("dbgpanel_collapsed") != null) { const collapsed = sessionStorage.getItem("dbgpanel_collapsed"); - if(collapsed === "true" && !panel.classList.contains("collapsed")){...

This issue is still present in v32.0.1 and v33.0.0-alpha.1 Pressing the "Print native" button results in the following error message: ``` Error occurred in handler for 'print-native': No printers available...