Currently, I am in the process of developing a compact webapp utilizing the framework7 split-view-panel example. This eases navigation by providing a left-hand navigation bar that, upon clicking, loads a URL in the right-hand panel.
However, I have noticed that when a PHP URL is clicked, the page simply reloads from cache if it has been previously loaded. Unfortunately, this poses a problem for me as I require the PHP page to be reloaded each time it is clicked in order to log time data pertaining to when it was loaded.
Is there a method available to force Framework7 to reload pages that have been previously loaded via AJAX?