I have a website where user can download pdf files automatically,its should not open in new tab .Its working fine in android devices but not in Iphone and Ipad.In iphone and Ipad its opning in new tab.
below is link of pdf files
<a href="example.pdf">download my files</a>
Just add download in your <a>
tag
<a href="example.pdf" download>download my files</a>
try this property download
for example
download my files