Hey everyone,
I finally managed to build a working file browser shortcut for iOS, and I’m pretty happy with it 😅
Here’s the link if you want to check it out:
https://www.icloud.com/shortcuts/7027a21ce90c4717a4bfe5bde0f7ab2d
The shortcut lets me navigate through folders and open files, which is exactly what I was trying to achieve.
Now I’d like to improve the UI a bit, and I was wondering if someone here could help me with two things:
- Add a proper BACK button (⬅️)
What I’m trying to do is:
- Have a “⬅️ BACK” option always displayed at the very top of the list
- But ONLY when I’m inside a subfolder (so starting from the second level)
- It should NOT appear on the first screen when launching the shortcut
- When tapped, it should take me back to the previous folder
- Add emojis for better readability
I’d like each item in the list to be clearly identifiable:
- 📁 for folders
- 📄 for files
The tricky part (at least for me) is doing this without breaking the navigation logic, since the shortcut currently relies on selecting actual file objects.
If anyone has a clean way to implement this (especially the back button logic), I’d really appreciate it.
Thanks in advance!