is there any chance to not set a specific resolution in the overlays.json and gather the actual resolution or available space for ther overlay?
This would be more flexible i guess. If i change the resolution, the content just use the space i gave him with the resolution parameters.
Or i might want to share my overlays to other users
{
"identifier" : "gauges",
"action" : "",
"width" : 800,
"height" : 480,
"x" : 0,
"y" : 0,
"visibility" : "NATIVE_UI_ONLY",
"url" : "http://127.0.0.1:44408/gauges.html",
"controlAudioFocus" : false,
"audioStreamCategory" : "NONE",
"visibleOnActions" : [
"gauges_app"
],
"staticPosition" : true
},