Is there any way to actually use the full screen on an Edge for a CIQ app. At least in the simulator for the 1030, the dc.getHeight() returns 419 rather than the Sys.getDeviceSettings().screenHeight of 470. The menu bar at the bottom seems to always be showing. I can understand this limitation for single field data fields but I would have assumed an app has access to the full screen. If there is really no access to the full screen, why even include the menu bar area in the screenHeight? Other than in Ui.onUpdate() is there any way to query the usable screen area?
I'm assuming this has been answered somewhere but I wasn't able to find it.