[Mobile] Extra blank space appears above file title while typing (only in one vault, only when keyboard is open)
Platform:
Android 15
Samsung Galaxy A54 5G
Obsidian Mobile v1.9.10
No sync, no custom plugins/themes
Issue Description:
After updating to Obsidian Mobile 1.9.10, I encountered a persistent visual bug that only affects one specific vault. When I open a note and begin typing, an empty blank space appears above the file title. The space is not visible initially—it only appears while the on-screen keyboard is open.
The moment I tap the top area of the screen (removing keyboard focus), the blank space disappears.
This bug:
Only affects one specific vault
Still occurs even after downgrading to previous APK versions
Happens with no community plugins or custom themes enabled
Persists even after clearing cache, switching modes, and resetting layout files
Also causes links inside the note to be cut off visually while typing.
Steps to Reproduce:
-
Open affected vault
-
Open any file (e.g., NewFile.md)
-
Begin typing with the on-screen keyboard
-
Observe extra blank space appearing above the note title
-
Tap the blank area to remove keyboard → space disappears
Expected Behavior:
The layout should remain consistent whether or not the keyboard is visible. There should be no invisible padding added above the note title while typing.
Screenshots:
-
- The empty space
-
- The cut off link
Additional Context:
I’ve confirmed this does not happen in other vaults.
I’ve deleted workspace-mobile.json, disabled all plugins, cleared the app’s cache, and even used a CSS snippet to remove padding—nothing fixed it.
A new vault with only .md files copied works fine.
I suspect the bug is related to incorrect safe-area inset handling introduced in 1.9.10, possibly due to Samsung’s keyboard or Android 15 UI APIs.
Behavior mirrors known bugs with env(safe-area-inset-top) being miscalculated during keyboard visibility on Android.
Workaround Attempts Tried:
Deleting .obsidian/workspace-mobile.json
Switching editor modes (Live / Source / Reading)
Creating new vault (bug does not appear in clean vault)
Using CSS snippets to force zero padding
Clearing Obsidian cache via Android settings
Rotating screen orientation
Please fix this—it makes the mobile typing experience extremely frustrating.



