[solved] Can’t scroll custom object properties

I am not able to scroll custom object properties in the iOS app, which effectively limits the number of properties to two. Wondering if anyone else has seen this, it seems like an obvious bug.

  1. Create an extension
  2. Edit the extension and create a 2D object
  3. Go to properties tab and add two properties, then try to scroll

Possible duplicate: Can’t scroll function parameters on mobile version

Created https://github.com/4ian/GDevelop/issues/6860

I was able to find a workaround to this issue on iOS which is not horribly painful. So far it seems to work in Brave browser and Safari, but not Chrome:

  1. Load the web app
  2. In browser settings, request the desktop app
  3. In browser settings, select Page Zoom
  4. Zoom out to 50%
  5. Load extensions functions or object editor

The layout should now look similar to desktop and allow scrolling of parameters and properties.

As discussed on GitHub, this should be fixed in v5.4.209.

This looks to be fixed for me in 209, I will update the title

1 Like