Talha Habib
Talha Habib
+1 it also happen on the web. the translate property adds 0% 50% 100% and so on to every slide. removing the translate fix it for me. but its a...
same issue.
Still the same!
I've fixed the progress bar issue something like this `div.somecontainer[rel=pos] -> find uppbr` ( was not working ) i added `pos` (position variable in our case `i`) to `.uppbr` and...
I've fixed the code by adding change event on this.obj.change so when input[type=file] get something it fire the checkFile phase. ``` this.obj.change(function(){ var files = this.files; for (var i =...