[Feature Request] ShowKeyboardWidget should have an option to disable it other than readOnly
#4822
Open
2 tasks done
Labels
feature-request
Request for new features or functionality
Context
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 inreadOnly
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
The text was updated successfully, but these errors were encountered: