Skip to content

Firefox for Android cannot automatically read clipboard #970

Description

@jesus2099

When loading MMR, it reads clipboard to see if there is a release or a medium URL to automatically load.
But Firefox for Android does not allow that.

The work around is to go the the hidden about:config page secret URL chrome://geckoview/content/config.xhtml and to allow dom.events.testing.asyncClipboard.

Problems:

  • User does not know when dom.events.testing.asyncClipboard is false: Advise user how to change it to true
    • OK with 1e91941
    • But Firefox for Android "about:config" (chrome://geckoview/content/config.xhtml) link does not work (does not even open tab)
  • URL is pasted and visible but remote release loading is not launched, despite the input event dispatched on mergeStatus
    • I don't know if it's because of night mode or this unrelated commit 6a76cd1, but now it works, with either release or medium URL
    • In fact, no, half of the time, the URL (auto-)paste does not trigger the loading. Sometimes, even typing an additional space, manually, still does not trigger the loading!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions