Skip to content
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

Browser support - Firefox Android #720

Open
sidvishnoi opened this issue Nov 19, 2024 · 2 comments
Open

Browser support - Firefox Android #720

sidvishnoi opened this issue Nov 19, 2024 · 2 comments
Assignees

Comments

@sidvishnoi
Copy link
Member

Test the extension with Firefox on Android for a potentially easy win.

@sidvishnoi
Copy link
Member Author

sidvishnoi commented Dec 17, 2024

Investigated, not an easy win for sure 😄

  • Firefox on Android doesn't have browser.windows APIs. We rely extensively on these APIs. But given there's only one window on Android, we should be able to adapt our code to support this. Need work anywhere where we use browser.windows, and some changes to TabState, WindowState services also.
  • Popup needs to be a responsive UI. It has a defined width/height right now. On android, UI is full screen overlay.
    • Other UI needs more responsive work too.
  • The button to open popup from post-install screen won't work.
  • Dependencies:

@sidvishnoi
Copy link
Member Author

sidvishnoi commented Dec 17, 2024

Some screenshots from experimenting with disabling certain APIs (breaking desktop to make mobile work):

@sidvishnoi sidvishnoi moved this from In Progress to Backlog in Web Monetization Extension Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant