-
Notifications
You must be signed in to change notification settings - Fork 10
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
Android version? #23
Comments
You can add the website to your homescreen, as it has been optimized for such use. |
while this is indeed easy to do on mobile, it's not that easy on TVs (as these mostly don't have a browser). so maybe some sort of port might be nice? converting the whole project to an apk is pretty easy (I did it using ionic and capacitor), however, the video player will not work due to the following capacitor error:
|
That issue arises from the need of a proxy to simplify video watching and not require a chrome extension or the like. Set an environment variable with a cors enabled proxy URL with |
I am writing an app in kotlin now that does the same, but to my experience the proxy isn't needed |
Its required only on the web due to CORS. |
Is it possible to use it on android other than the website nani.ninja?
Thanks in advance.
The text was updated successfully, but these errors were encountered: