Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app work even with simpler web clients (i.e. more HTML5, non-required JS) #15

Open
mnalis opened this issue Aug 13, 2024 · 3 comments

Comments

@mnalis
Copy link

mnalis commented Aug 13, 2024

After managing to start my uploads from smartphone (see #13) I still couldn't actually download them, due to it depending on Javascript. It would be much better if shared files were available to all web clients able to talk HTTP, and javascript used only to enhance the experience (e.g. provide progress bar for longer downloads/uploads etc.) when available

For example, those are/might be problematic:

  • web browsers without Javascript - like lynx or elinks
  • web browsers with JS disabled by default (via uBlock origin, NoScript etc. plugins) for privacy/security.
  • noninteractive tools like wget or curl (see support non-interactive HTTP clients (e.g. wget, curl...) #14)
  • people using accessibility tools to interact with browser (i.e. screen readers like NVDA, Orca, braille readers etc)
@Ammar64
Copy link
Owner

Ammar64 commented Aug 14, 2024

How could you upload files on your smart phone.

this issue #7 says that you can't in release builds in old versions and it was fixed in the 1.5

consider removing the old app you downloaded from fdroid as that will get archived and replaced with a new one with different package name and different signing key See #9

@Ammar64
Copy link
Owner

Ammar64 commented Aug 14, 2024

Both uploading and downloading depends on JS for now so I don't understand how one worked but other didn't for you I will consider this though.

If I got some free time I would make an HTML page containing all links and upload button and if the browser supports JS I'll replace it with the current one.

@Ammar64
Copy link
Owner

Ammar64 commented Aug 15, 2024

If I generate a seperate page for non js use and added its link at the bottom instead of All rights reserved thing will that be ok ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants