Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS mobile view #16

Open
jantimon opened this issue Jul 28, 2023 · 3 comments
Open

iOS mobile view #16

jantimon opened this issue Jul 28, 2023 · 3 comments

Comments

@jantimon
Copy link

in iOS on mobile elements overlap - for example the percentage:

image

@privatenumber
Copy link
Owner

privatenumber commented Jul 28, 2023

It's designed primarily as a desktop app, and I was thinking I wouldn't mind adding mobile support later... But these days I'm debating whether to block mobile entirely or add a warning.

I'm thinking most people would decide not to do a npm install on their mobile browser if they knew it could potentially download +50MBs of packages (especially if over data).

There's also a memory usage concern:

  • Android: beta support for Chrome, Chromium-based browsers and Firefox. Depending on your device, large projects may run into memory limitations.
  • iOS and iPadOS: beta support for Safari since iOS 16.4. Large projects may run into memory limitations because the memory usage for a web page on a mobile device is more constrained. In this case, we recommend switching to a Desktop browser that is less constrained and has more memory.

https://developer.stackblitz.com/platform/webcontainers/browser-support#mobile-browsers

@realityzero
Copy link

Although mobile view does not make sense for the user base, but it's harmless to show a pop up that signifies Best experience in landscape mode

@privatenumber
Copy link
Owner

Yes, I plan on adding a warning modal soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants