fix webapp opening in termux
Open real url not html shim since android and file:// urls is a nasty kettle of fish. This commit was sponsored by John Pellman on Patreon.
This commit is contained in:
parent
b0df331b4a
commit
9807e5bead
5 changed files with 40 additions and 27 deletions
|
@ -21,11 +21,12 @@ The webapp is able to open an url (after I upgraded termux) via xdg-open
|
|||
chrome was not able to access, apparently a permissions problem. The
|
||||
webapp.html does not add any security on android, since it's not a
|
||||
multiuser unix system, and so it should open the url to the webapp
|
||||
directly.
|
||||
directly. (Done)
|
||||
|
||||
Accessing the sdcard may need termux-setup-storage to be run once,
|
||||
depending on the version of android. That sets up $HOME/storage.
|
||||
The webapp ought to default to making a repository somewhere in there.
|
||||
(Done)
|
||||
|
||||
webbapp won't start on boot, but could be made to using https://wiki.termux.com/wiki/Termux:Boot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue