popcorn-site icon indicating copy to clipboard operation
popcorn-site copied to clipboard

Suggested version to download

Open Persei08 opened this issue 7 years ago • 2 comments

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

Persei08 avatar Jun 09 '17 13:06 Persei08

What kind of device was this? This is actually a good solution, but my OnePlus 3 returns Linux armv8l.

MrRory avatar Jan 04 '19 18:01 MrRory

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.

Persei08 avatar May 08 '19 23:05 Persei08