Closed devgeeks closed 7 years ago
Currently only a console.log()
console.log()
https://github.com/phonegap/phonegap-app-stockpile/blob/master/src/components/pages/Results.vue#L86-L89
This should at the very least show an error dialog... but it would be even better if it checked offline status and gave an appropriate error if that is the case.
Fixed in 560abd03b54ecebd84459570220572bb95017ed4 ?
Currently only a
console.log()
https://github.com/phonegap/phonegap-app-stockpile/blob/master/src/components/pages/Results.vue#L86-L89
This should at the very least show an error dialog... but it would be even better if it checked offline status and gave an appropriate error if that is the case.