Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

130
Views
Android Chrome clipboard write text/html does not appear to work

According to: https://chromestatus.com/feature/5357049665814528 it appears that Android Chrome does support clipboard copy of text/html. It references the following example url: https://hyper-silly-cross.glitch.me/ which does not appear to work on any Android devices I have tried.

Can other developers confirm if Android Chrome does support this functionality? It is working fine on other browsers, but not the mobile chrome.

Here is the typescript for our method we are trying to use... It appears to be failing silently and the promise is being resolved, it would be nice to at least have an exception thrown we could subscribe to.

  copyEmailHtml(emailText: string) {
    const blobInput = new Blob([emailText], { type: 'text/html' });
    const clipboardItemInput = new ClipboardItem({ 'text/html': blobInput } as any);

    navigator.clipboard.write([clipboardItemInput]).then(() => {
      notification.emailCopied = true;
      this.emailCopied.emit(notification);
    }, (error) => {
      this.showDialog('Error copying to clipboard.  Your browser is not supported');
    });
  }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!