GitHub user filfat opened a pull request:
https://github.com/apache/cordova-windows/pull/193
Add support for uap3.
This brings support for Anniversary features such as
https://blogs.windows.com/buildingapps/2016/06/07/background-activity-with-the-single-process-model/
etc.
You
Github user filfat commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-157981224
@ghenry22
Here's en example of what I'm talking about:
"https://api.playstr.link/v1/stream/soundcloud/227708949.mp3";.
Github user filfat commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-157976509
@ghenry22 It appears to be when the server doesn't return the proper
content-length header, that it works on Android and Windows though makes me
wond
Github user filfat commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-157858296
@ghenry22 speaking of which I just had a few cases right now of the
tracking restarting from the start by itself without resetting the current time
Github user filfat commented on the pull request:
https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-157857978
@ghenry22 It appears that seekTo wont work (at least not on SoundCloud
streams) while it works on all the other platforms except the browser.
Is this