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

Fix android import export #1449

Merged
merged 2 commits into from Jan 30, 2024
Merged

Fix android import export #1449

merged 2 commits into from Jan 30, 2024

Conversation

smalluban
Copy link
Collaborator

@smalluban smalluban commented Jan 30, 2024

Relates to #1433

It looks like Firefox Android has broken support for the file system on the extension settings windows:

  • Anchors with download attribute just don't work (removing the attribute fallbacks to default behavior - opens up the file in the window - showing the content)
  • browser.downloads.download() action hangs in pending state
  • <input type="file"> never gets change event when file is selected

For now, we must disable the feature in Firefox Android until Mozilla fixes the issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=1877407

@smalluban smalluban requested a review from chrmod January 30, 2024 10:10
@smalluban smalluban added v8 Applies to Ghostery Extension v8.x Android labels Jan 30, 2024
@smalluban smalluban merged commit 0482c87 into main Jan 30, 2024
4 checks passed
@smalluban smalluban deleted the fix-android-import-export branch January 30, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android v8 Applies to Ghostery Extension v8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants