-
Notifications
You must be signed in to change notification settings - Fork 7
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 availability #25
Comments
I think in some case the add-on can use some API which was not available on Android, I don't remember much. Anyways I didn't really test it on Android since Firefox for Android has a native tab counter, which seemed to work fine. I didn't know it can only reach 99, I only have thousands of tabs on desktop. Showing the number in the menu seems an improvement indeed. |
If that is some desktop API - it should be something not related to main tab counting, since it works fine. I can try to check it, if FF for Android has some way to (enable remote debugging and search for errors?:) |
OK, so the |
Sounds reasonable, I'm not sure if it's possible to have windows number > 1 for Android (excluding private mode maybe). |
No, android has a single internal window. It's just the UI that makes it look like there are two of them. So to be consistent, I guess the add-on would need to query the tabs with the same |
This extension seems working fine on Android, but addons.mozilla.org site tells that it's not for Android.
I had to point FF to the .xpi file directly.
Maybe just manifest file update needed?
Side request, might be worth of separate ticket: it would be great to see the (overall) tabs number in main menu of FF for Android. Currently it requires an extra click to see counters (and the new page affects counter by itself?).
The text was updated successfully, but these errors were encountered: