Logic Machine Forum
Responsive layout - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Responsive layout (/showthread.php?tid=3440)



Responsive layout - anett@poczta.fm - 24.06.2021

My question concerns the possibility of creating a responsive layout for different devices. Is it possible? Can I write my own css code for example "display: flex" without using "Plan editor"? If so, where can I find more information on this topic? Can I use bootstrap?


RE: Responsive layout - admin - 25.06.2021

The standard visualization supports scaling so it can be used on different screens. But it is not meant for small screens. You can use touch visualization or Mosaic for this. You can also create a completely custom visualization/app using HTML/CSS/JS but this is not a trivial task. See App docs for more info: https://forum.logicmachine.net/showthread.php?tid=85


RE: Responsive layout - anett@poczta.fm - 25.06.2021

Thanks for the information. My idea about it was that to code the page view in html / css / js I have the option of using a built-in, regular editor instead of the "Plan editor" interface. And only to connect certain actions I will use the "Plan editor".


RE: Responsive layout - admin - 25.06.2021

You can use Custom JavaScript (Scripting > Tools > Edit custom JavaScript) to add your custom code into the standard visualization. What you are saying is doable but sounds a bit complicated.


RE: Responsive layout - anett@poczta.fm - 25.06.2021

Sounds interesting, I'll try to act this way. Thanks