WordPress / wporg-gutenberg

The theme for https://wordpress.org/gutenberg/
https://wordpress.org/gutenberg/
10 stars 5 forks source link

Remove Editor Experience when viewing page on "mobile" device. #46

Open StevenDufresne opened 2 years ago

StevenDufresne commented 2 years ago

The editor experience should only apply to larger viewports. Viewing the page on handheld devices makes the page hard to use.

Let's render a static version of the page.

The content is static so we probably just need to render it when we detect a handheld device.

StevenDufresne commented 1 year ago

I seem to be getting the mobile view on safari desktop. The layout also looks broken....?

StevenDufresne commented 1 year ago

I seem to be getting the mobile view on Safari desktop. The layout also looks broken....?

I think the layout looks broken because it wasn't ever really working on Desktop. So I think we just need to focus on making sure it detects properly.