My question is "How can I force a webpage to reload in Android device so that all my scripts will run?"
We are working on a web based photo gallery where a user can upload their picture using Aurigma app.
Once the user uploads a picture with this app, the user is redirected to the same page from where the user started. But on returning, the page does not reload and the scripts fail to initiate again.
As the site is a desktop version to be displayed on mobile devices, I cannot use the JQUERY mobile to user "pageinit" method as well.
So looking for any pointer towards making a page reload fully on return.
This issue is occurring only on Android devices.
Thanks, Nitin Suri