mobileplayer-ios icon indicating copy to clipboard operation
mobileplayer-ios copied to clipboard

:iphone: :movie_camera: A powerful and completely customizable media player for iOS

Results 52 mobileplayer-ios issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

> ℹ Please fill out this template when filing an issue. > All lines beginning with an ℹ symbol instruct you with > what info we expect. > Please remove...

Makes handleContentTap() function access level open so that it can be overridden when inheriting MobilePlayerViewController. Fixes #200

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

I am making video player in swift. I add some custom buttons and functionality for standard video player: 1. Playing video from URL (server) 2. Showing indicator while loading video...

> ℹ Please fill out this template when filing an issue. > All lines beginning with an ℹ symbol instruct you with > what info we expect. > Please remove...

> ℹ Please fill out this template when filing an issue. > All lines beginning with an ℹ symbol instruct you with > what info we expect. > Please remove...

I'm using Xcode 11 and build to device iPhone X (iOS 13). The log is: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'MPMoviePlayerViewController is no longer available. Use AVPlayerViewController...

Migration to AVKit Set the iOS target to iOS10 - therefore not backwards compatible but might be helpful for new comers. Cheers --- This change is [](https://reviewable.io/reviews/mobileplayer/mobileplayer-ios/210)