We have a need for the phone to preview the PDF file, which is opened through URL.
the problem now is: you can directly open the preview using window.location.href = url, iOS phone, but Android phone needs to download before preview. I wonder if anyone has encountered it? How to realize that both iOS and android can directly open the URL preview PDF file?