Upload Progress Bar not working Android Browser and Android WebView

This topic contains 11 reply and 2 voices, and was last updated by zellermaniac 10 years, 9 months ago
Viewing 11 Posts - 1 through 11 (of 11 total)
Author Posts
July 7, 2013 at 2:20 pm 5646
zellermaniac Hallo Tareq, where can I change the progress bar. It´s working. Android -> Chrome Android -> Firefox It´s not working. Android -> Standard Brower Android -> WebView If is a Slow Internet Connection, I need a Percenttage. 10% - 13% ...
July 7, 2013 at 3:18 pm 5648
zellermaniac zellermaniac
        $html = '<li class="image-wrap thumbnail" style="width: 200px">';
        $html .= sprintf( '<div class="attachment-name"><img src="%s" alt="%s" /></div>', $image, esc_attr( $attachment->post_title ) );
        $html .= sprintf( '<div class="caption"><a href="#" class="btn btn-danger btn-small attachment-delete" data-attach_id="%d">%s</a></div>', $attach_id, __( 'Delete', 'wpuf' ) );
        $html .= sprintf( '<input type="hidden" name="wpuf_files[%s][]" value="%d">', $type, $attach_id );
        $html .= '</li>';

I can´t find progressBar?

July 7, 2013 at 3:23 pm 5649
zellermaniac zellermaniac
        progress: function (up, file) {
            var item = $('#' + file.id);

            $('.bar', item).css({ width: file.percent + '%' });
            $('.percent', item).html( file.percent + '%' );
        },
July 7, 2013 at 3:28 pm 5652
zellermaniac zellermaniac

ul.wpuf-form li .wpuf-fields .progress{background:-moz-linear-gradient(center bottom, #ffffff 0%, #f7f7f7 100%) repeat scroll 0 0 #ffffff;border:1px solid #D1D1D1;border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.1) inset;float:right;height:22px;line-height:2em;margin:0;overflow:hidden;padding:0;width:200px;}
ul.wpuf-form li .wpuf-fields .bar{background-color:#83B4D8;background-image:-moz-linear-gradient(center bottom, #72a7cf 0%, #90c5ee 100%);border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.3);height:100%;width:0;z-index:9;}
ul.wpuf-form li .wpuf-fields .progress .percent{color:rgba(0, 0, 0, 0.6);padding:0 8px;position:relative;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);width:200px;z-index:10;}

I want to find the Error. I think Css is not working in the Android Browser.

Where can I display the progressBar?

July 7, 2013 at 3:29 pm 5653
Tareq Hasan Tareq Hasan

As you know by now, the progressbar is added by JavaScript. Sorry to say, I can’t fix that issue on android browser.

July 7, 2013 at 3:58 pm 5656
zellermaniac zellermaniac

file.percent working too slow

July 7, 2013 at 4:02 pm 5657
zellermaniac zellermaniac

It ist not necessary a css process.

[Percent Count] and the Css Bar

July 7, 2013 at 4:03 pm 5658
zellermaniac zellermaniac

I have to show user aktivity. Mobile and a big Image user thing. Page is Broken.

July 9, 2013 at 1:36 pm 5746
zellermaniac zellermaniac

$(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );

file.percent is not working. Plupload/Andorid Browser Problem.
Upload…
$(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );

I wrote Upload…

July 9, 2013 at 6:34 pm 5761
Tareq Hasan Tareq Hasan

May be some compatibility problem with the stock android browser.

July 9, 2013 at 8:41 pm 5773
zellermaniac zellermaniac

file.percent in Android Browser always 0.

Pluopload Problem.

July 10, 2013 at 4:56 pm 5835
zellermaniac zellermaniac

Fyi
Pluupload Forum

Viewing 11 Posts - 1 through 11 (of 11 total)