- Update to Capacitor 5.5.1
- Add access to
Documents
&Download
directory (iOS)
- Fix the app's Documents directory (iOS)
- Update to Capacitor 5.5.0
- Add access to
Documents
folder (Android)
- Fix issue with permissions for API >=33 (Android)
in the
AndroidManifest.xml
set
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/>
-
Add link to JeepQ Capacitor Plugin Tutorials
-
Add link to application ionic7-angular-videoplayer-app
-
Add link to application vant-nuxt-videoplayer-app
-
play video file from Directory.data on iOS issue#134
-
Back button is locking to portrait orientation issue#136
- Web Plugin fix event listeners issue
- Android ExoPlayer 2.19.0 update, Cast and NowPlayingInfo fixes #133
- Add display information in NowPlayingInfo center (iOS) with title, smallTitle and artwork (capVideoPlayerOptions)
- displayMode default "portrait" to "all" (unlocked orientation) (related: Exit listener not working correctly on Android #127)
- Audio of the videos doesn't mix with other audios anymore (iOS)
- Update to Capacitor 5.0.4
- Add new functions for Android PR#121 from fegauthier
- add showControls in capVideoPlayerOptions (iOS &Android only)
- add displayMode in capVideoPlayerOptions (iOS &Android only)
- Fix Hide controls and loading indicator issue#98
- Fix issue#127 by implementing the landscape/portrait mode natively
- Update to Capacitor 4.6.2
- Update to hls.js 1.4.3
- Issue #122, some changes and MediaRouteButton fix PR#124 by PhantomPainX
- PR Android: Add support for devices who doesnt support Google Play Service by fegauthier
- Fix initPlayer issue Capacitor 4 issue#118 Android
- Update to Capacitor 4.6.2
- PR Android: Check pipEnabled in backPressed function by j-oppenhuis
- Update to Capacitor 4.6.1
- Update to hls.js 1.3.1 (Web)
- Update to Exoplayer 2.18.1 (Android)
- PR Exoplayer v2.18.1 and some updates - fixes #114 from PhantomPainX Notes from PhantomPainX
- Android Fix bug in getVideoType Error 1 issue#108
- Update to Capacitor 4.1.0
- Android Fix bug in initPlayer with permissions
- Update to Capacitor 4.0.1
- Android Fix bug in initPlayer with permissions
- The latest version doesn't play video files from the local device storage #89
- add permission request for reading media file for API > 28
- API.md Android Quirks
- iOS - Swiping Video Off Screen Does Not Destroy The Video #105
- (Android) Exoplayer 2.16.0 by Manuel García Marín (https://github.com/PhantomPainX)
- (Android) Add Chromecast features
- (Android) New layout, features and some fixes #106 by Manuel García Marín (https://github.com/PhantomPainX)
- Update to Capacitor 3.7.0
- Headers support for iOS and Android #101
- Fix Notification center ConcurrentModificationException issue#86
- Fix error when trying to create a product archive in Xcode issue#85
- Update to Capacitor 3.4.2
- Fix application crashes sometimes on stop issue#84 Android
- Add
bkmodeEnabled
boolean parameter incapVideoPlayerOptions
to enable/disable BackgroundMode (iOS, Android only)
- Fix .setCategory(.playback iOS
- Fix issue#78 iOS
- Fix issue#79 Android
- Fix issue#80 Android
- Update to Capacitor 3.4.1
- Add
pipEnable
boolean parameter incapVideoPlayerOptions
(iOS, Android)
- Fix audio continue to play when tap on X in PIP window (Android)
- Fix On Android, apps exit if you play a video, pause, and then resume the app issue#77
- Add
loopOnEnd
boolean parameter incapVideoPlayerOptions
(iOS, Android)
- Fix feat: move loopOnEnd to initPlayer issue#76
- Add
exitOnEnd
boolean parameter incapVideoPlayerOptions
(iOS, Android)
- Fix feat: move exitOnEnd to initPlayer issue#74
- Add methods
getRate
andsetRate(rate)
with rate in [0.25,0.5,0.75,1.0,2.0,4.0] otherwise 1.0
- Fix feature request > speed control issue#67
- Update to Capacitor 3.4.0
- fix dynamic id in web.ts
- update README
- Update to Capacitor 3.3.2
- fix from PiP to Fullscreen iOS platform
- Add Picture in Picture iOS platform
- Add link to a
vite-react-videoplayer-app
- fix Controls position for Picture in Picture Android
- fix setVolume as Float Android
- iOS fix DCIM folder as URL-Path issue#56
- iOS fix Player does not play video on iOS with "filePath not implemented" message issue#61
- Update to Capacitor 3.3.1
- Add Picture in Picture Android platform
- Android fix DCIM folder as URL-Path issue#56
- Update to Capacitor 3.2.5
- fix Play from folders inside Application Folder issue#55
- fix package.json version
- Update to Capacitor 3.2.0
- Update to Capacitor 3.0.0
- fix Android subtitle issue#46
- Android platform
- Update to Capacitor 3.0.0
- iOS, Web, Electron platforms
- Final version with Capacitor 2.4.7
- fix Add test script in package.json
- Add SubTitle to iOS platform issue#40
- Add change to foreground & background colors as well as font size
- Update to Capacitor 2.4.7
- Add SubTitle to Android platform issue#40
- fix Add Back Button issue#35 on Android
- Update to Capacitor 2.4.5
- @capacitor-community/electron 1.3.2
- fix Screen falling asleep issue#33 on Android
- add docgen to generate the API documentation
- cleanup divContainer element as input of initPlayer
- Update to Capacitor 2.4.2
- fix CapacitorVideoPlayer.podspec
- fix return data in handlePlayerExit (Web)
- remove the wasPaused variable (Android)
- nullify the player in playerFullscreenExit (iOS)
- add a link to a Ionic/React app starter
- fix bugs to make it compatible with Ionic/React
- fix issue#23 iOS & Android video from app asset video folder
- fix issue#18 check for videoPlayFullScreenView nil
- add read video from internal application folder on iOS
- add read video from internal application folder on Android
- fix issue#20 Exit player when in PIP mode
- fix issue#19 Play video from local storage by giving the url = "internal"
- fix issue#17 showing the status bar after fullscreen mode
- fix issue#18 play video with url parameters
- fix issue#17 create programmatically the FrameLayout for the fragment
- Update to Capacitor 2.1.0
- fix Lint and SwiftLint issues
- add interactive apis for native players (issue#15)
- remove Web Plugin Events
- add plugin listeners for Web and Native Plugins
- fix Android ism type not playing
- fix issue#14 url without type
- Update to Capacitor 2.1.0
- issue#13 Background Video support for ios
- Add support for DASH, HLS, ISM videos for Android plugin by using the ExoPlayer (issue#10)
- fix README
- Add support for Hls video for Web & IOS plugin (issue#10)
- fix issue#12 add stopAllPlayers() method
- fix issue#11 test-angular-jeep-capacitor-plugins link in readme
- add a Progress Bar in Android Plugin
- Update to Capacitor 2.0.1
- Update to AndroidX
- Undeprecating the npm package to allow user to load only this capacitor plugin in there applications (advise by the Ionic Capacitor team)