Hi there, capturing binary files and storing them locally works fine, i store a file reference in the sqlite-db and can access it and the file itself - if i'm offline. when i am online, i can access the sqlite-database, but not my resource store. if i try to get a blob from a url which is not listed in the manifest's url list, i get a js-error "Failed to get blob". I did set myresourcestore.enabled=true to ensure that the url i request will be served from the local cache.
This behaviour seems strange to be since I can access the database, but not the files. Any ideas? Thanks a lot, schneck
