We were getting this issue even after updating to the latest Adobe Reader version.
Two different methods solved this issue for us:
window.open(url)
to open the pdf instead of window.location.href = url
. Adobe was losing the file handle on for some reason in different iframes when the pdf was opened using the window.location.href
method.