Closed
Bug 1947465
Opened 1 month ago
Closed 1 month ago
Translations is not available on armeabi-v7a builds
Categories
(Fenix :: Translations, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vtamas, Unassigned)
Details
Attachments
(2 files)
Steps to reproduce
- Download the following Fenix build: https://archive.mozilla.org/pub/fenix/candidates/136.0b4-candidates/build1/android/fenix-136.0b4-android-armeabi-v7a/
- Install and open the Fenix app.
- Navigate to a webpage in a different language than the one of the System.
- Check for the Translations icon in the toolbar or Translations menu item.
Expected behavior
Translations feature is available also on armeabi-v7a builds.
Actual behavior
Translations feature is available only on arm64-v8a builds.
Device information
- Firefox version: Firefox Nightly 137 (2025-02-11), Firefox 136 beta 4 and Firefox 135
- Android device model: Sony Xperia Z5 Premium
- Android OS version: Android 7.1.1
Comment 1•1 month ago
|
||
Thank you for reporting!
This seems expected to me because armeabi-v7a
is x32 architecture and translations runs on WebAssembly, which requires x64.
To confirm, when running armeabi-v7a
:
- Go to https://webassembly.org/features/
- Either
Relaxed SIMD
orFixed-width SIMD
should be checked to indicate support.
If WebAssembly isn't supported, then this is as expected.
There will likely also be a log in adb logcat
of Success requesting engine support. isEngineSupported: false
.
Flags: needinfo?(vtamas)
Reporter | ||
Comment 2•1 month ago
|
||
Thanks Olivia for explanations! Confirming that Relaxed SIMD and Fixed-width SIMD are not supported on armeabi-v7a build under Sony Xperia Z5 with Android 7.1.1.
Flags: needinfo?(vtamas)
Reporter | ||
Updated•1 month ago
|
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → INVALID
Reporter | ||
Updated•1 month ago
|
status-firefox135:
affected → ---
status-firefox136:
affected → ---
status-firefox137:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•