File not downloading with BLOB object in iphone chrome browser
I am trying to download the pdf file from server (jsp) using ajax call ,I am getting data in Base 64 format from server ,then converting it into ArrayBuffer and then downloading it with blob object ,below code is working fine for every browser except chrome in iphones even in safari for iphones it is working fine,I don't know whats the issue any help regarding that will be really appreciated function hello(id) { //alert(id); //alert(id); var ln="en"; $.ajax({ type:'post', url:'ajaxurl', data:{lang:ln,num_srno:id}, success:function(data){ //alert(data); /* var bytes = new Uint8Array(data); //