Skip to content

Releases: nchutchind/cordova-plugin-streaming-media

v2.3.0

27 May 17:27
1893b0a
Compare
Choose a tag to compare

Fixes controls to be optional on iOS

v2.2.0

09 Oct 03:04
Compare
Choose a tag to compare

Includes:

  • (version): increment to 2.2.0 - 78b264c
  • (structure): fix indentation - 78b264c
  • (ios): fix background audio. fix swipe gestures - 67c1ddb
  • (ios): ignore mute button - e8a1fd9
  • add gitattributes file - 6354ccc

v.2.1.3

25 Aug 16:10
Compare
Choose a tag to compare

Includes PR: #147

v2.1.2

02 Jul 20:50
89d62d0
Compare
Choose a tag to compare

Includes PR #142

v2.1.1

01 Jul 00:05
Compare
Choose a tag to compare

Includes PR #140

v.2.1.0

30 Jun 04:33
f4df91a
Compare
Choose a tag to compare

Includes PR #138

v2.0.0

28 Jun 07:18
5f5218f
Compare
Choose a tag to compare

This release brings:

  • Compatibility for iPhone X.
  • Background audio capability for iOS and Android
  • Ability to keep screen lit while playing audio for Android with parameter keepAwake
  • Switch to AVPlayerViewController away from deprecated iOS Movie Player.
  • Mute button compatibility
  • Most crucially: fixed plugin.xml for Ionic Native compatibility issue.
  • And more...

Includes PRs:

  • #61: iOS feature to add pause and resume methods
  • #88: plugin id needs to match npm id
  • #89: Ability to hide controls on fullscreen
  • #90: Add loading indicator for video playback
  • #109: Rewrite to AVPlayerViewController and update readme
  • #122: Ignore the mute button on IOS
  • #131: Add gitignore
  • #132: Fixed orientation parameter to work on iOS
  • #136: iOS allows background audio & Android audio can autoclose