DefCon - The Defold developer console

I’ve found two related issues on iPhone-

  1. If you connect to DefCon from a browser, and the device sleeps, the game will be frozen when you wake the device.
  2. If (without making a connection) you allow the device to sleep & wake twice, it isn’t possible to make a connection to DefCon.

We use DefCon on iOS to offer the same functionality that we use imgui for on Android, as I’ve had trouble getting that to work on iOS (https://github.com/britzl/extension-imgui/issues/15). I actually noticed these issues a while ago, and was calling window.set_dim_mode(window.DIMMING_OFF) to work around them, but that might have been masking a more serious issue.

1 Like