Posts by Naldo Almeida • 11 points
1 post
-
1
votes1
answer47
viewsA: PWA - How to pass parameters to another page while offiline?
The way I managed to get around this is by passing the parameters via hash Ex: /page/#page=book&id=1 function get_hash() { var GET = {}; try { var hash = window.location.hash.split('#')[1]; var…