Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

132
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda