The Nexus mobile view stopped scaling the way it used to
The way the market renders on a phone is different now. Buttons are bigger, pages are taller, and a few pieces that used to reflow cleanly no longer do.
The change is only visible on a phone, or on a browser window narrowed to a phone-sized column. Desktop looks mostly the same. If you use the market on a laptop you will not notice this shift at all.
How it read before
The mobile view used to reflow the desktop grid into a two-column shape. Tiles were smaller. Text under each tile was tighter. Filters lived in a modal that felt purpose-built for the small screen. The listing page put the price and the fee line where you could reach them with the same thumb that was already scrolling.
It was not pretty on every screen, but it was compact. A whole grid of tiles fit in a single scroll, and the checkout was two pages instead of five.
How it reads now
The mobile view collapses to a single column. Tap targets are larger. Buttons carry more padding. The page as a result is a lot taller. What used to be a single scroll of grid is now three scrolls, and the checkout, with the address confirmation modal and the cart timer, is spread across more screens.
Some tables inside the listing page spill sideways. The reader has to scroll a table horizontally inside a page that is already scrolling vertically. That is the piece that most reports call broken. The vendor about tab is another one; on narrow screens it truncates a line of the profile without a way to expand.
The top navigation collapses into a menu that opens as a full-screen sheet. Inside it the messages tab and the wallet link sit near the top, with the messages badge visible next to the label. Because the sheet takes the full screen, it hides the page under it while it is open, which is not a bug but does surprise readers who tap it by accident.
On the listing page itself, the image is now full width and comes before anything else. The price and vendor lines sit below it. The refund clause and the shipping range are further down the page than they used to be, which is one of the reasons the refund policy landing inside the listing matters more now than before.
Why this probably shifted
The most-likely reading is that mobile is now the majority of traffic and the market decided to design for that shape first. Bigger tap targets and taller pages are the standard shape a mobile-first layout takes. The tables that spill are the last piece of the old desktop-first design, and they will probably be replaced next.
A second reading is accessibility. Larger targets forgive imprecise taps, and imprecise taps are common on a market opened over Tor Browser on a phone. Related note: browser updates skipped.
A third reading is that the mobile layout is now shared with the tablet layout to reduce the number of stylesheets. A single column at every narrow width is easier to maintain than three.
What to change on your side
- Use a laptop or desktop for anything that involves a table. The vendor comparison views spill on a phone in a way that reads as a bug even when it is not.
- Expect longer scrolls on every page. Do not tap the first thing that looks like a button; scroll past it and see what else is there.
- On the listing page the fee line has moved. See fee line visible for the desktop version, then find the equivalent panel on the mobile view.
- When a table spills sideways, drag inside the table itself, not the page. The scroll axis is different.
- If you have to check messages on a phone, know that the tab moved. Related shift: messages tab move.
What this entry is not claiming
This entry does not claim the mobile view is broken. Most of it works. It does not claim the market removed anything on mobile. Everything that lives on desktop still lives on mobile; you just reach it after more scrolls. And it does not claim that using a phone is safer or less safe than using a laptop. That is a separate question and is not the subject of this notebook.