I am a newbie to writing phone apps, but have a lot of experience with responsive full stack web apps. I have tried several cross-platform approaches including Kivy and Phonegap. They are both very trouble-prone, and Apple actively obstructs non-Apple developers!
So my question, can I just write a web app using html, css and javascript, keep all these files and my assets like images on disk not on the Internet, and then package it up somehow and just run it like an app (eg. in menuless bordeless browser that acts like a normal app). Ideally I could package it into an apk file somehow. This would make everything so much simpler!
Thanks