How do I give web app in an android web view the ability to access and modify the application’s files?
I was thinking of developing an offline app for android (and PC too, later) using HTML/CSS/JS for the user interface and some of the app logic. But I realised I didn’t know write to the filesystem in the background without using cookies (which are easily deleted by disk cleaners).