React-Native-Tips icon indicating copy to clipboard operation
React-Native-Tips copied to clipboard

Progress is always 1

Open ranvirgorai opened this issue 7 years ago • 1 comments

implemented the same

if (evt.lengthComputable) { progressFun((evt.loaded / evt.total) * 100); const progress = (evt.loaded / evt.total) * 100; console.log('progress123', progress, evt.loaded, evt.total); //percentageDiv.innerHTML = Math.round(evt.loaded / evt.total * 100) + "%"; }

ranvirgorai avatar Oct 08 '18 17:10 ranvirgorai

I am facing the same issue

eftikharEmad avatar Jan 19 '20 13:01 eftikharEmad