@arubislander Unfortunately QML is not an option for me, given I don't know the first thing about it, and despite repeated attempts to learn it, I don't expect to be capable of building and maintaining a QML app in the long term within a reasonable timeframe.
I would've hoped that, given Ubuntu Touch supports non-QML apps, I could find a non-QML way to do it, so I could provide extended support for that app. I currently need only file storage and Content Hub support (both of which would work well if I could run a basic python script - or any equivalent), but I'd like to potentially support more OS features in the future and to fix bugs that users will report, thus I would prefer to make my app in an environment I can control enough to provide serious maintenance for it.
If QML is really the only way, is there such a thing as a "dead simple" QML WebView template which I could maintain in the long term by changing only the scripts, without needing to change the QML part? If not, is there any other way I could do it?