You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont know what happen, but there's case in my apps when I use back button to cancel barcode scanner, suddenly navigator.onLine is false.
But, when I do ajax request then navigator.onLine is back to true. The thing is, my apps is going to be offline first apps, so that when it is navigated back to the page the first thing it check is that is navigator.onLine is true or false.
The text was updated successfully, but these errors were encountered:
I dont know what happen, but there's case in my apps when I use back button to cancel barcode scanner, suddenly navigator.onLine is false.
But, when I do ajax request then navigator.onLine is back to true. The thing is, my apps is going to be offline first apps, so that when it is navigated back to the page the first thing it check is that is navigator.onLine is true or false.
The text was updated successfully, but these errors were encountered: