Nova’s device preview mode lets you view your project across mobile, tablet, and desktop sizes directly in the editor. The preview panel resizes to approximate each device’s screen width so you can catch layout issues before publishing.

Switching between preview modes

To switch between device preview modes:

  1. Click Preview in the navigation bar. The preview panel displays your project.
  2. Click the device preview icon in the navigation bar to switch between mobile, tablet, and desktop views. The displayed icon changes depending on which view you currently have selected.
    • Mobile ( mobile icon) — Simulates a narrow smartphone view.
    • Tablet ( tablet icon) — Simulates a mid-size tablet view.
    • Desktop ( desktop icon) — Simulates a full-width desktop view.

Click Preview link in the navigation bar to open your project in a real browser tab for additional testing.

What preview simulates and what it doesn’t

The preview panel approximates device widths by resizing the canvas. It does not replicate a real device environment.

What preview simulates

The preview panel simulates the following functionality:

FeatureWhat it shows
Viewport widthResizes the preview panel to approximate screen widths for each device class.
Responsive layoutShows how content reflows, stacks, or hides at each breakpoint.
Typography scalingReflects font size and line-height changes per breakpoint.
Image resizingShows how images scale or crop at different widths.
Navigation layoutShows collapsed hamburger menus or expanded navigation bars.

What preview does not simulate

The preview panel does not simulate the following functionality:

LimitationWhy it matters
Real device hardwareThe preview panel cannot replicate actual pixel density, GPU rendering, or touch behavior.
Browser-specific quirksSafari® on iOS® and Google Chrome™ on Android™ may render fonts and layouts differently.
Touch interactionsHover states and touch gestures may not behave as they do on a real device.
Network conditionsLoad times may not reflect slow mobile connections.
Native device UIPreviews cannot simulate browser chrome, address bars, and operating system overlays.

Troubleshooting

Preview panel not updating

If you made changes in Edit Mode but the preview panel still shows old content, try the following options:

  • Click the refresh icon ( refresh icon) in the navigation bar to force the preview panel to reload.
  • Switch to a different device view and back to cause Nova to re-render the page.
  • Click Edit in the navigation bar, save your work, and then click Preview again.
  • If the issue persists, refresh the full browser page (Cmd+R / Ctrl+R).

Layout issues in the preview panel

If elements are overlapping, misaligned, or broken at a specific breakpoint, try the following options:

  • Click Edit in the navigation bar and inspect the affected section.
  • Check for elements with fixed widths or manual overrides that do not scale responsively.
  • Review spacing and padding settings — pixel values may not adapt as well as percentage-based units.
  • Click the code editor icon ( code icon) in the navigation bar to inspect your project’s underlying structure.
  • Remove and re-add the affected component to reset its responsive defaults.
  • Use the prompt text box in the chat panel to describe the issue. Nova’s AI can suggest fixes.

This is expected behavior. The preview renders within the preview panel and approximates device widths. The Preview link opens in a full browser context and may display differently as a result. Use the Preview link or test on a real device for final checks before you click Publish.