Has anyone already looked into a way of using / emulating autolayout or design contsraints in bubble. E.g something like GitHub - IjzerenHein/autolayout.js: Apple's Auto Layout and Visual Format Language for javascript (using cassowary constraints) or GitHub - slightlyoff/cassowary.js: Cassowary/JS, better, faster, future-ready in bubble? Would love to hear your experiences. They main issue I want to solve is displaying mobile sites on various display screens well (I.e. without cutting of content etc.)
So far I have mainly used simple js calculations to solve vertical positioning (and element sizing) on mobile eg.
as for many cases, floating groups are not the best tool…
However, I feel there must be a better way to do this…