-
Notifications
You must be signed in to change notification settings - Fork 226
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
Test Firefox extension with Android (Fennec) #29
Comments
Thanks for testing. WebExtensions on mobile is still in early development at Firefox, so this is not a complete surprise. The online version at https://robwu.nl/crxviewer/ seems to work, meanwhile (the UI needs some more love though). |
Yeah the WebExtensions can be hit or miss on mobile. |
Now it works pretty on Firefox for Android, tested with v59.0.1. |
This bug seems fixed in 56.0. |
Well, not really "fixed". Although usable, the UI is not really optimized for mobile (small) (touch) screens . |
OK, I agree with you. I suggest using respontive web design to reconstruct the UI. |
And you need to add additional attribute in there: |
Adding meta viewport does not magically solve the problem that the current UI is not designed to fit on small screens. I sometimes use crxviewer on mobile if I want to view the source of an extension, and while it works, it is not very user-friendly. To properly support mobile screens, I would need to redesign the user interface, and I currently don't have time for that. |
I haven't tested the Firefox add-on with Android. There are no real technical objections to explicitly support Firefox on Android. Most work is in improving the UI/UX of the viewer for small touchscreen devices.
The text was updated successfully, but these errors were encountered: