i am using https://github.com/apache/cordova-plugin-network-information.
once internet connected back, imges are broken still. how to load those after connectivity?
this.network.onConnect().subscribe(() => {
console.log('network connected');
// reload current page
this.networkState.next(false);
}, error => console.error('Error while connecting', error));
1 post - 1 participant