Canvas with Custom desktop and Tablet frames side by side
Canvas breakpoints

Appifio Creator · Lesson K03 · Technical

Responsive with
Canvas breakpoints

Layout workflow: view three frames side by side → edit → Audit - don’t guess responsive from a single viewport.

Learning goals: Turn on Canvas; compare Desktop · Tablet · Mobile; add custom breakpoints (320-1920 px); run Audit correctly (Run check - no fake AI button in the modal).

Reading time: about 17 minutes

Prerequisites: C02 (preview), E05 (Audit), T09 (Canvas), K02 (Clone/Diff/Save).

Previous: K02 - Work safely.

Next: K04 - Inspector + AI.

Main UI labels:

Canvas · Standard · Desktop · Tablet · Mobile Add · Fit to content height Current · Changes · Inspector · Save changes Audit · Run check · Run again

1. Responsive flow in Creator

Turn off Android Mock (if on) → enable Canvas
→ Pick preset Standard or each frame:
Desktop (~1200) · Tablet (~810) · Mobile (~390)
→ (Optional) Add breakpoint 320-1920 px · drag to reorder
→ Edit: Inspector or AI mode UI
Audit modal → Run check (no AI button inside Audit)
→ Fix issues → Run againSave changes

2. Glossary

TermMeaningWhere in the UI
CanvasSide-by-side multi-artboard previewPreview toolbar button
BreakpointPreview frame width (px)Desktop / Tablet / Mobile labels
Add breakpointCustom frame within 320-1920Add on Canvas
Fit to content heightArtboard grows with page content - no cropToggle on Canvas
AuditAutomated layout/accessibility checkAudit → modal Run check
StandardDefault three-frame presetCanvas preset dropdown

3. Step by step

Add breakpoint modal with Phone Tablet Desktop presets
Add breakpoint
  1. Step 1 - Open Canvas: View & edit → preview Changes → click Canvas (turn off Android Mock if on).
  2. Step 2 - Watch three frames: compare Desktop, Tablet, Mobile - fix Mobile first (overflow, stacked buttons).
  3. Step 3 - Fit to content height when you need the full long page (landing, blog).
  4. Step 4 - Local edits: Inspector for spacing/CSS; or UI mode: “Only fix CSS under 390px mobile - don’t change desktop.”
  5. Step 5 - Custom breakpoint: Add → label + width (320-1920 px) → confirm → drag to reorder frames.
  6. Step 6 - Audit: open AuditRun check (Desktop + Mobile). No AI button in the modal - copy issues to chat or use Inspector.
  7. Step 7 - Finish: fix Audit findings → Run again → when clean → Save changes (details in E05).

4. Related features

320-1920 px limit

UI rejects breakpoints outside this range - protects preview performance. iPhone SE (~320) and wide desktop (~1920) are the valid edges.

Canvas vs single Mobile mode

Only viewing Mobile in one frame misses tablet/desktop breaks. Canvas shows them together - spot wrong flex/grid direction immediately.

Audit ≠ Ask AI

The Audit modal only has Run check / Run again - mechanical reports. To have AI fix issues, copy into chat or use Ask AI to edit in Inspector (K04).

5. Compared with other tools

ToolHow you view responsiveCreator Canvas
Chrome DevToolsOne viewport, device toggleMany frames side by side - no F12 needed
Figma framesStatic design, many framesCanvas on live HTML with JS/CSS running
Webflow breakpointsStyle per breakpoint in designerInspector + AI UI + media queries in code

6. Can / can’t

You can

  • Compare 3+ frames at once on the same Changes draft
  • Add custom breakpoints (768, 1440…) within 320-1920
  • Run Audit before publish

Limits

  • Canvas doesn’t replace a real phone - still test the live URL
  • Android Mock and Canvas usually conflict - turn Mock off first
  • Audit doesn’t fix code - only reports; you/AI must edit

7. Security (responsive & UX)

  • On Mobile, check forms don’t expose honeypot fields or admin buttons.
  • Audit may flag low contrast - fix so content stays readable; don’t “hide” important info.
  • Horizontal overflow can hide logout/settings - fix before Save changes.

8. Common issues

SituationFix
Invalid breakpoint widthEnter 320-1920 px; UI errors outside that range
Fixed Mobile only - desktop brokeAlways watch all three Canvas frames; prompt “don’t change desktop”
Can’t enable CanvasTurn off Android Mock; select Changes, not Current
Looking for an AI button in AuditThere isn’t one - use Run check; copy issues to AI chat

9. Tips

  • Mobile-first in prompts: “base CSS for mobile, @media min-width for tablet/desktop.”
  • After each Inspector edit, scroll all three frames - bugs often hide in the footer.
  • 390 and 810 are presets - add 320 if you target SE/mini phones.
  • Final Audit on Changes right before Save changes.

10. Self-check & next

  1. Three default Canvas presets and approximate widths?
  2. px limits when you Add a breakpoint?
  3. Which buttons are in the Audit modal - is there AI?
  4. When to use Fit to content height?
  5. Flow: Canvas → edit → Audit → Save?

Next lesson

K04 - Inspector + AI, used together

Edit elements on Canvas with Inspector, AI Rewrite, and Ask AI to edit.

Appifio Creator · User guide · K03