Is there any way to access storage using Firefox OS on a Panasonic Viera TV? I am interested in writing my own app for playing back recorded TV shows, but I am unable to find anything on how to read storage.
According to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/TVs_connected_devices device storage is unavailable on the Viera, device-storage:sdcard seems to give the object stuff, though, and after allowing access it keep on says it was unavailable.
For using Data Stores the objects (navigator.getDataStores etc.) simply don't exist (undefined)
I hope anybody ran into this issue before and managed to solve it, I'd be quite happy about answers!