What I’m trying to do
I’m trying to use the Obsidian Buttons plugin to create a button that links to another note via a URI. The button works perfectly on my PC (Windows 11), but it doesn’t function on Android. Here’s the button configuration I’m using:
name 🛍️ Purchases
type link
action obsidian://open?vault=MyVault&file=Root%2F%F0%9F%91%A9%F0%9F%8F%BB%E2%80%8D%E2%9D%A4%EF%B8%8F%E2%80%8D%F0%9F%91%A8%F0%9F%8F%BB%20Personal%2FOrganization%2F%F0%9F%9B%8D%EF%B8%8F%20Purchases
On my PC, clicking this button opens the linked note correctly. However, when I try it on my Android device, it seems to reload the vault but ultimately doesn’t work.
Things I have tried
I’ve searched the help docs and this forum but couldn’t find any information specific to this issue. I also verified the following:
- The vault and file exist on both devices, and the URI is accurate.
- The button action type is correctly set as type link.
- The issue persists after restarting the Android app and clearing the cache.
I’m unsure if this is a limitation of Obsidian Buttons on Android or if there’s something I’m missing. Has anyone encountered this problem, and are there any workarounds to make these buttons functional on Android?
Thank you for your help!