Hello,
We are developing an TV app using web technologies, and we need to create a file to check its existence at the startup to determine whether it is the first ever launch of the app or not. The app uses TOAST library, so it has Cordova installed. Here I read that I can work with files:
https://developer.tizen.org/development/guides/web-application/cordova/file-management
However, the requestFileSystem() and the resolveLocalFileSystemURL() methods are undefined in the app. I tried to add the cordova-plugin-file plugin, however it does not seem to have support for Tizen platform.
How can I create a file using Cordova in my web app?
Thanks in advance.