Steps to reproduce
- Settings → Toolbar → Manage toolbar options
- Remove everything
- Go into any note and start editing it
Did you follow the troubleshooting guide? [Y/N]
Y
Expected result
The editing toolbar disables, leaving nothing shown above the device’s softkeyboard.
Actual result
The editing toolbar disables, but is replaced with the navigation toolbar.
Environment
SYSTEM INFO:
Operating system: android 15 (OnePlus CPH2551)
Obsidian version: 1.8.10 (197)
API version: v1.8.10
Login status: logged in
Language: en
Catalyst license: insider
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
Before removing everything (default editing toolbar state)
After removing everything
Workaround
I’d prefer an official solution, but for now I’m using a CSS snippet.
.mobile-toolbar {
display: none;
}