Hello Orion friends
I want to give my suggestion that Orion should implement the responsive design mode natively without using extension.
Noted that I would like to share this opinion as a web developer point of view, feel free to against me if I miss anything.
Why do I use responsive design mode?
- To see how my website design works in varies of screen sizes and resolutions.
- Debug (inspect elements) just in case something not working as expected.
Problems?
Current solution solved (1) well.
But extension that Orion integrated is using iframe
to display a website, and it caused the following issues.
- When we inspect elements, we will see HTML elements of the extension at the top, which cause a lot of noise and consume too much indent. Let's compare between Orion and Safari.
Orion - plenty of noises, wasted indents.
Safari - actual elements since the top
Some websites not allowed to display on iframe without tweaks - for example Kagi
(optional) Even I put only 1 screen in responsive design mode, but it's loading laggy and not smooth compare to Safari (that we open the website already and enter responsive mode later). I assumed that because it needs to render both extension viewport and iframe.