-
Notifications
You must be signed in to change notification settings - Fork 100
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
Suggested version to download #4
Comments
ManoloBrn
added a commit
to ManoloBrn/popcorn-site
that referenced
this issue
Jul 13, 2017
team-pct
added a commit
that referenced
this issue
Dec 20, 2018
Issue #4 Android compatibility with arm64-v8
What kind of device was this? This is actually a good solution, but my OnePlus 3 returns |
MrRory
added a commit
that referenced
this issue
Jan 4, 2019
MrRory
added a commit
that referenced
this issue
Jan 4, 2019
* Revert "Issue #4 Android compatibility with arm64-v8" * Update main.js
Hi @MrRory. the test was done on Meizu M2 Note. Today i tried with my Motorola G6 (mod: XT1925) and got "Linux armv7l" but it's normal because it is ship with 32bits arm v7 build of android. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Actually when you open popcorntime.sh from your android smartphone (arm64 v8) the download button is set to download the android arm V7 version. Some people install it and complain because they got an error message
Maybe arch detection should (if possible) be improved to detect arm64, or download button should redirect user to android page
edit:
For my smartphone (arm64 v8), js property navigator.platform return "Linux aarch64" (chrome, firefox, bundled browser), so if it's common enough, a test could be done on it after detecting the android system.
also useful resource about navigator.plateform: https://stackoverflow.com/a/19883965
The text was updated successfully, but these errors were encountered: