I would open a pdf from an other serveur (chronopost, or relais colis) in a new tab, my code works on windows (chrome, firefox) but not on iOS (safari)
var newWindow = window.open();
newWindow.location.assign(res);
An idea of what is wrong ?
I already so research but all the solutions I can find don't work in my case