bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
41 stars 18 forks source link

iFrame repositioning/teleport logic could be part of the widget instantiation #1043

Open rafaellehmkuhl opened 5 days ago

rafaellehmkuhl commented 5 days ago

This would separate the concerns better, would remove the duplicated position/size logic on the iframe widget and also persist support of native widget features (like the toolbar repositioning).

It should be investigated if it's actually possible (I don't see why not) and how to do it.