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

[Feature Request] ShowKeyboardWidget should have an option to disable it other than readOnly #4822

Open
2 tasks done
AlphanumericCharacters123 opened this issue Jan 30, 2025 · 0 comments
Labels
feature-request Request for new features or functionality

Comments

@AlphanumericCharacters123
Copy link

AlphanumericCharacters123 commented Jan 30, 2025

Context

  • This issue is not a bug report. (please use a different template for reporting a bug)
  • This issue is not a duplicate of an existing issue. (please use the search to find existing issues)

Description

When the editor is used on a mobile browser, it shows a keyboard widget. It seems the only way to disable this is to set EditorOption.readOnly.

https://github.com/microsoft/vscode/blob/b8cace23ff07521a17df6c07ecb3becdb6db8d46/src/vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.ts#L33

Can there be an option to explicitly disable this widget without having to specify readOnly? Usually, tapping on the editor is enough to display the keyboard, making the widget redundant. It would be helpful if it could be hidden without being in readOnly mode (opt-out basis).

Note: Also filed an issue on the vscode repo. If it is solely a vscode-related change, I can close this issue.

Monaco Editor Playground Link

No response

Monaco Editor Playground Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant