Skip to content

Commit 872a89f

Browse files
docs(angular): add context in localStorage and IndexedDB note
1 parent 20aa15b commit 872a89f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/angular/your-first-app/4-loading-photos.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,8 @@ export class Tab2Page {
221221
:::note
222222
If you're seeing broken image links or missing photos after following these steps, you may need to open your browser's
223223
dev tools and clear both [localStorage](https://developer.chrome.com/docs/devtools/storage/localstorage) and [IndexedDB](https://developer.chrome.com/docs/devtools/storage/indexeddb).
224+
225+
In localStorage, look for domain `http://localhost:8100` and key `CapacitorStorage.photos`.
226+
In IndexedDB, find a store called "FileStorage". Your photos will have a key like `/DATA/123456789012.jpeg`.
224227
:::
225228
That’s it! We’ve built a complete Photo Gallery feature in our Ionic app that works on the web. Next up, we’ll transform it into a mobile app for iOS and Android!

0 commit comments

Comments
 (0)