Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't change the progress if the file is saved under assets/ #208

Open
garalimedkarim opened this issue Dec 19, 2018 · 0 comments
Open

Comments

@garalimedkarim
Copy link

garalimedkarim commented Dec 19, 2018

Hi everybody,

At first, The Plugin is very useful, Thanks for the community.

But I found an issue which block my project, which is when I put the mp3 file under assets/, I couldn't change the progress when it is playing,
This Issue Appeared in Android but In Browser it works fine,

So this plugin have a problem with files which haven't a remote src, The file runs but We couldn't change the progress,

I worked with your Exemple, I just added a truck in this Array:

    this.myTracks = [{
      src: 'https://archive.org/download/JM2013-10-05.flac16/V0/jm2013-10-05-t12-MP3-V0.mp3',
      artist: 'John Mayer',
      title: 'Why Georgia',
      art: 'img/johnmayer.jpg',
      preload: 'metadata' // tell the plugin to preload metadata such as duration for this track, set to 'none' to turn off
    },
    {
      src: 'https://archive.org/download/JM2013-10-05.flac16/V0/jm2013-10-05-t30-MP3-V0.mp3',
      artist: 'John Mayer',
      title: 'Who Says',
      art: 'img/johnmayer.jpg',
      preload: 'metadata' // tell the plugin to preload metadata such as duration for this track,  set to 'none' to turn off
    },
    {
      src: 'assets/test2.mp3',
      artist: 'Karim',
      title: 'track0',
      art: 'assets/images/image.jpg',
      preload: 'metadata' // tell the plugin to preload metadata such as duration for this track,  set to 'none' to turn off
    }];
  }

Please I require a fast Solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant