inshaf

Results 4 comments of inshaf

when listing for "onConnectivityChanged", it gives following 2 result, even though we are connected to WIFI ConnectivityResult.none ConnectivityResult.wifi This triggers when we start the app ( even though we didnt...

hi... im trying to set the max size limit as follows if (output.type === 'addedToQueue' && typeof output.file !== 'undefined') { if(output.file.size > this.sizeLimit) { console.log('exceed limit') } else {...

im having the same issue... any solutions ?

if (this.useImagesLoaded) { imagesLoaded(element, function (instance) { _this._element.nativeElement.appendChild(element); // Tell Masonry that a child element has been added _this._msnry.appended(element); // layout if first item if (isFirstItem) _this.layout(); }); this._element.nativeElement.removeChild(element); --->...