Page reload in IOS devices using javascript in
The screens in my IOS device doesn't reload after clicking the back button. It works using PC and android devices. Is there specific reload code for IOS device? here is my code ``` <script> document.addEventListener("DOMContentLoaded", function() { var goBackButton =…