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

395
Views
Fail to share blob video to whatsapp, by navigator.share in ios 15
    var blob = new Blob([uint8Array], { type: "video/mp4" });
    var $outputVideo = new File([blob], "video.mp4", { type: "video/mp4" });
    
    $(".btn-save-video").click(function(e){
       if (navigator.canShare && navigator.canShare({ files: [$outputVideo] })) {
    
         e.preventDefault();
          
         navigator.share({
            files: [$outputVideo]
         })
         .then(() => console.log('Share was successful.'))
         .catch((error) => console.log('Sharing failed', error));
    
    
      }
   })

The above code works in android devices. However, when I try to share to whatsapp in iphone (ios 15 which supports the share api), it can read the video and show it in whatsapp however fail to deliver, it shows "Couldn't send message. Try again or open Whatsapp to resend".

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!