Known issues

2025-01-01
  • Tooltips do not show
  • Clicking on <a target="_blank"> does not work. Generally, with a browser, this opens a new tab/window. In our case, we cannot spawn a new window. Currently working on a callback so we can catch and handle this signal on the Godot side.
  • Clicking on any <select> will crash the whole application. Generally, with a browser, this opens a dropdown menu.
  • Drag-and-drop does not work
  • The webview resolution cannot be changed at runtime
  • No support yet for the browser's developer tools
  • Godot does not show .html files in the filesystem panel. We cannot change this.
  • Godot does not export .html files when exporting a build. Need to force-include it (see Godot's export options for the whitelist/blacklist).