Steps to reproduce
This happens on iOS.
- Add a CSS snippet and enable it on iPhone.
img {
width: 350px;
}
- In Files tree view, press and hold on a folder.
Did you follow the troubleshooting guide? [Y/N]
Y
Expected result
Expect the context menu shows up without any other behavior happens.
Actual result
Before I release my finger, a black box (I think it is a tooltip?) appears. If I don’t have the CSS snippet for img
, then this won’t happen.
Environment
SYSTEM INFO:
Operating system: ios 18.2.1 (Apple iPhone15,2)
Obsidian version: 1.8.3 (183)
API version: v1.8.3
Login status: logged in
Language: en
Catalyst license: none
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 27
Restricted mode: off
Plugins installed: 16
Plugins enabled: 15
1: Advanced Tables v0.22.1
2: Completr v3.2.0
3: Dataview v0.5.67
4: Excalidraw v2.8.0
5: Tag Wrangler v0.6.1
6: Pseudocode v1.6.1
7: Paste Image Rename v1.6.1
8: Math in Callouts v0.3.7
9: Ledger v0.3.3
10: Folder notes v1.7.35
11: Image in Editor v2.2.6
12: Kanban v2.0.51
13: Iconize v2.14.7
14: Quick Switcher++ v4.6.3
15: Latex Suite v1.9.8
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Additional information
It also affect the tab switcher view. So right now, I use .image-embed img
to be sure.