Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    Don’t know why you need to show the download button even if it doesn’t work on mobile…

    Anyway just comment the line 146 of the js file:

    if (jQuery.isMobile) {
       master.player.opt.showVolumeLevel = false;
       master.player.opt.autoplay = false;
       //master.player.opt.downloadable = false;
    }

    Bye,
    Matteo

    Thread Starter clickforamin

    (@clickforamin)

    Thanks indeed….!

    Is there a way for downloads to work on mobiles?

    Any chance you will add a mobile-working download button? Out of curiosity, how come it can’t do it?

    Plugin Author pupunzi

    (@pupunzi)

    If you want the download button shown also on mobile follow the above instructions; anyway the audio will be displayed with the default browser audio player and will not be downloaded to your device.

    Comment line 146 of the js file:

    if (jQuery.isMobile) {
       master.player.opt.showVolumeLevel = false;
       master.player.opt.autoplay = false;
       //master.player.opt.downloadable = false;
    }

    Thread Starter clickforamin

    (@clickforamin)

    Latest google chrome on latest android [os] allows to download the mp3 on to the mobile with this button.. so far so good…!

    Plugin Author pupunzi

    (@pupunzi)

    @ clickforamin: great to hear that ??

    There’s a bit of back and forth on this topic making it hard to follow. Could you please clarify if the download link is supposed to work at all – which browsers – and what steps need to be taken out of the box? Thanks.

    Plugin Author pupunzi

    (@pupunzi)

    @welswebmaster:
    The download functionality is not supported on mobile devices. Instead of downloading the audio file it would be played in the browser.
    @clickforamin said that the latest Chrome on the latest Android is able to download the file also on mobile but I didn’t test it yet.
    So the answer is NO, on mobile the download button doesn’t work; that’s why it is not visible.

    Bye,
    Matteo

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Download on mobiles…..!’ is closed to new replies.