Issue #5221💬 AnsweredOpened Jul 7, 2023by Staubgeborener0 reactions

Desktop Version on incorrectly mobile device

Quick answerby artf

This is not related to the core but simply a missing meta tag in the exported HTML from the demo.html If you want to submit a PR I'll be happy to merge it there

Read full answer below ↓

Question

GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Safari 16.5Reproducible demo link https://grapesjs.com/demo.html https://staubgeborener.de/Describe the bug I was trying out the official demo. I changed nothing, but simply click the view code button and download the html and css file as zip archive. These files were uploaded to my web server which is working perfectly on desktop devices. But as soon i visit this web server with a mobile device (for example iOS - safari browser) the website is still in desktop version and not in mobile version. The...

Answers (2)

artfJul 10, 2023

This is not related to the core but simply a missing meta tag in the exported HTML from the demo.html

<meta name="viewport" content="width=device-width,initial-scale=1">

If you want to submit a PR I'll be happy to merge it there

GJS HelperMay 17, 2026

The issue you're experiencing is not a bug in GrapesJS itself, but rather a common oversight when deploying responsive web pages. The root cause is the absence of the viewport meta tag in the <head> section of your exported HTML file. Root Cause Explanation Modern mobile browsers rely on the viewpo...

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.