vscode: iPadOS: can not go to full screen

  • VSCode Version: Codespaces
  • OS Version: iPadOS 13

Steps to Reproduce:

  1. Open Codespaces
  2. Enter Zen Mode (Cmd K Z)
  3. Try using any keyboard shortcut like Cmd Shift P (Command Palette), Delete Line (Cmd Shift K)
  4. Result: Not working
  5. I didn’t test on Deskopt (yet)

Does this issue occur when all extensions are disabled?: Yes

About this issue

  • Original URL
  • State: open
  • Created 4 years ago
  • Comments: 21 (10 by maintainers)

Commits related to this issue

Most upvoted comments

@alefragnani Okey so for now let’s give the Safari people time to respond or maybe someone from the community. If there are no good ideas I will simply disable full screen mode on the ipad.

As for the layout issue I could not reproduce this. If you find steps please open a new issue and feel free to ping me @isidorn on it! Thanks a lot

Assigning to May to investigate

Using PWA it indeed work (first time using a PWA on iPad TBH 😬).

It’s a smart alternative, because in fact those Safari pieces are not there, already giving a full screen appearance. The downside, you end up with a PWA for each Codespace.

BTW, I just noted why you had to remove the Predictive Keyboard on #108111. It appears PWA works differently from the browser itself.

Thank you