Hi everyone!
To begin with, I, as a high school student, just wanted to help my peers by creating a platform where they can share class notes, photos, etc.
So my website lets people download files and photos that other people send.
I converted my website to a mobile app but on iOS when you click on a file, you can’t download nor exit from the file. You just get stuck at the page and you need to exit the app completely, because there is no button.
I talked with the people that converted my website to an app and they told me this:
You need to append “wtn-download-file=true” in query parameter.
1 download File
2 or
3 window.location.href = “download-url?wtn-download-file=true”;
but the problem is that I have no idea about coding and although I did a lot of research, I couldn’t do it as I don’t even know about initializers. Can someone help?