I get not updating with new features, it's fine, idc. But can we at least get a chromium update? Sizzy is STILL using Chromium v116 (a 1 year old version of chromium) and missing things like text-wrap: pretty. The current version of chromium is v130... It's a browser for web developers, why am i still using a 1 year old version of chromium if my customers are using the newest version? Please @kitze. I BEG YOU, PLEASE UPDATE π
Hi, I'm wondering if this project is still being developed? 1. The most recent entry in Changelog was from 3 months ago. 2. The Roadmap has no entries in the "In Progress" column and hasn't had any for weeks/months. Two entries have been lying in "Released in Beta" for about the same time period. 3. I've created 2 requests and not received any response. 4. Latest Forum entry was from 2 months back. 5. It even looks pretty quiet on the Appsumo page. 6. I even wrote to kitze on X but no response. [kitze](https://x.com/thekitze) Is anyone using this app?
Hi, right now I have V 72.2 installed. When I select "Update" in the top menu, it says I have the newest version. The changelogs on the homepage show V 73 as newest version, from 25 days ago (from today). Is it just a beta? When I log into my account and go to downloads, I get offered V 72.2.
Hi, seems to be a rather new feature, but very useful since it is much more comfortable than "media query: prefers color scheme". Will that function be implemented somewhere in the future?
Sizzy is displaying a default set of devices when going into "responsive view". It is possible to change which devices are there by default? For example: I always want to have an ipad landscape, and a Pixel phone (again: landscape)
In the demo video on https://sizzy.co/features in CSS Overrides, there is an option to add some css and have it apply to all devices at once. In the latest Sizzy version, this dropdown seems to be missing: how can we achieve the same result, namely applying a css override to all devices? Many thanks in advance! Best regards, Peter
I can't find DevTools, I'm using Ubuntu 22.04. Is it available?
I began using Sizzy today but encountered an issueβI can't install any extensions, including those for dev tools. What should I do? <Image id="clqahpm1x1043571tmc5ll1w322" />
I just got Sizzy and the docs mentions the Reference Browser in the "Left Toolbar", but I can't find it? Nothing in the settings either. Anybody knows?
Hello, I have an issue running Sizzy.AppImage, The app would show this black screen when trying to open it. I have run the command `./Sizzy.AppImage -v --no-sandbox` which did nothing special. And I have run the command `./Sizzy.AppImage -v --disable-gpu --force-cpu-draw` which ran the app and displayed the login page for a second or two but then I had the black screen again. (The screenshot with Errors comes from this command line but I ran `sudo apt update` and `sudo apt upgrade` commands and everything was up-to-date). I also tried to run sudo the sizzy App but nothing more happened. I'm getting blocked in my work not being able to reach Sizzy app interface, do you have any idea how to fix this issue ? Thank you beforehand
Hello I have a problem regarding CORS I run my app on localhost:XXXXX, however I have services sitting on a VM on the same PC, with which I need to talk to. To talk to these services - I need CORS. When I run the butler to enable CORS - it only ever lets me do that for whatever URL I have open at the moment. So lets say my app is open -> I use Butler to enable CORS - it will do it for localhost:XXXXX. I also opened the IP of the VM, where the service runs on, and then used Butler to enable CORS for that IP as well. But when I navigate back to the localhost:XXXXX address I still receive CORS errors. This issue persists after an app reload. How do I enable CORS for multiple origins per opened address?
I'm using MAMP Pro to run php sites locally. Each site has it's own localhost url (portfolio:8888, gold:8888, la:8888, etc). For some reason they don't resolve in Sizzy, but they will resolve correctly in chrome. Here's an image of what happens if I try to go to pe:8888 in sizzy: <Image id="cllgzr38q4953671hmc91hbyu4c" /> Am I just missing a setting? I couldn't find anything on the docs.
Hello, this could be a stupid question. I'm doing this website for a restaurant and only in Sizzy Browser there is this 1px space between border and image. If I open website from Chrome, Firefox on Windows or Android, that space doesn't appear. I know that this is not a big issue, I'm reporting this just because I spent too many minutes trying to understand what the hell I could have done wrong in my css until I open the website with other browsers and I noticed that only in sizzy I get that 1px space. Edit: I've just realizied I didn't added the image. <Image id="cllf9zv182953631hmcyhifhkd6" /> <Image id="cllf9ve5e2947471hmc1m28u1lo" />
The UI is not intuitive, and although I managed to save one bookmark in the past, I have no idea how to save another?
See the bottom of the screen shot <Image id="clkib2q5f1309641hmc9g1td8qk" />
Any chance the colors can be adjusted here so that I can read it ?
Each time I make any javascript changes, nothing happens in Sizzy. For example, just adding this to any js file: alert('hello') Does nothing when I reload Sizzy. I can open any browser and it works fine. If I restart Sizzy, nothing happens. Since the revamp Sizzy has been a whole load worse. Javascript development is almost impossible now as no change is reflected on reload. It's like it's stuck with the previous change cached. The interface is really messy now too. I never had any problems before the revamp so something is broken. Or a new setting needs to be enabled?
Hello, I'm a new subscriber, I'm currently on the yearly plan, I would love it if we could have an SDK to automate Sizzy from external apps, maybe a NodeJS package? A few ideas I've been thinking of would be: - I use NuxtJS a lot so would love to be able to automatically open Sizzy in a specific preset when I run npm run dev. - I was thinking about maybe developing a VSCode plugin for changing the Sizzy page based on what file is currently active in VSCode - If it was a NodeJS package then I would love to create an extension for Raycast to further speed up my workflow Anyway these ideas are just my developer mind going crazy for productivity with this app
First of all - Awesome program πbut Is there a way to remove the "Loading iphone 14 pro.." loading indicator? / all devices It's showing up over all my pages but is behind images. or can i target its class sizzy-iphone-14-pro. It's frustrating because it doesn't show in chrome so i have to use it half the time.
I was wondering if there was a way of installing Chrome extensions in Sizzy? I've been tasked to evaluate Sizzy for my team and no password manager extensions like 1Password is a deal breaker for us :-(
Hi team, I could not find a way to change the proxy in sizzy. Whenever I push a new pr to the master branch, the buildkit will run and generate a temporary link that I can test. But I need the proxy to access it. Is there a way to change the proxy in sizzy? In chrome, I usually use SwitchyOmega plugin. Thanks.