-
Notifications
You must be signed in to change notification settings - Fork 163
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
iOS Support #19
Comments
Hi! Yes it works on iOS On Monday, 28 September 2015, Laolu Adeyo notifications@github.com wrote:
|
Hi, |
What iOS version are you on? iOS will freeze the UI while the track is loading by default, but then the track should start playing. At least that is the behavior I have seen and what others have reported. Do you see any errors in the console? |
Hi, I am using iOS version 7.1.2. When I ran the ionic serve command and opened the console I saw "ionic-audio: missing Cordova Media Plugin. Have you installed the plugin? But I have already installed the cordova media plugin |
This will not work with |
Hi, |
Is it an iPhone 4? I've never tested on iOS 7.1.2. Only on iOS 8.4.1 and 9. You can then open your device's console window while your app is running and see if there are any errors. |
You checked if sound starts play after a minute? If you use this on iOS the app will freeze until all the audio files is downloade. |
I forgot to post but I was able to get it working about a month ago. I think it was because I was trying to access an m4a file not an mp3. Thanks for the help. |
You're welcome. |
who I can make play Audio When Screen Is Locked in IOS? |
You need to enable background audio in xCode On Sun, Dec 13, 2015 at 6:44 AM, nuruddinbadawi notifications@github.com
|
in IOS when start playing its take long time to starting play and spinner is frozen |
There is no fix for that. That's how the Cordova Media works. |
hi .. |
I think that's just how it works for iOS. Since the cordova media plugin does not support streaming, it is going to freeze until the audio file is completely downloaded. I would suggest using maybe Web Audio API instead |
Is there a way to solve the freezing problem temporarily? |
who I can allow stop audio in background mode and I enable background mode in xCode and work good |
You can use |
I think cordova media plugin 2.2 newest version has fixed the issue. And thank you so much @arielfaur for such an awesome project. |
Hi!
I was wondering if this plugin has been tested on iOS yet?
The text was updated successfully, but these errors were encountered: