-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Enable full-screen mode on iOS #124973
Comments
@tianzerun thanks for the suggestion. This makes sense and I plan to try it out. |
Did not have time unfortunately, pushing out to August, since in July I am on vacation. |
@tianzerun I apologise for the slow response, I was on summer vacation. However I just tried the changes you propose and I could not see any change in behaviour. @bpasero I am not sure if we are open to these changes that might potentially only improve the phone experience. I am in general ok with this, since users might use the phone for some simple browsing. fyi @alefragnani |
Once more info is provided I would open this issue. Thanks! |
I test this meta view port on iPad that works: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui"/>
<meta name="apple-mobile-web-app-capable" content="yes" /> It looks like that |
@LeuisKen I just tried your suggestion and it still does not work for me. |
Would you consider enabling the full-screen mode for vscode on iOS Safari? This can be done by adding the meta tag
<meta name="apple-mobile-web-app-capable" content="yes">
. It gets rid of the browser's user interface so more screen space is available for users.Moreover, adding the
shrink-to-fit=no
viewport attribute prevents the default scaling down behavior when content overflows.vscode/src/vs/code/browser/workbench/workbench.html
Line 11 in 427f48b
Github Codespaces looks pretty good by having them on.
The text was updated successfully, but these errors were encountered: