Is it possible to play audio from ios local library via html5?

Let's say we have an iPhone that has mp3s synced to it, which are usually played with the built-in ios music player. Can a webpage be encoded in such a way that if I access it with a mobile safari, I can see my music library and play the files?
If so, what APIs, etc. should i use?

0


source to share


3 answers


This is not possible on iOS. Chrome apps can access the local media library; however, iOS (even Chrome on Android right now, actually) doesn't support this.



0


source


Like browser restrictions and security concerns, you can't do this.



0


source


I'm going to say no. I'm 99% sure there is no way to do this. The only files you can access are photos and they are used one by one.

-1


source







All Articles