Skip to content
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

[TIMOB-19040] :Replace MPMoviePlayerController in Ti.Media.VideoPlayer with AVPlayerViewController #9600

Merged
merged 6 commits into from Nov 16, 2017

Conversation

vijaysingh-axway
Copy link
Contributor

…Media.VideoPlayer with AVPlayerViewController""

This reverts commit c949974.
default: true
osver:
ios:
max: "9.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering how this passes linting. Some notes:

  • It should be "min", not "max", because it was introduced in iOS 9
  • The syntax is osver: {ios: {min: "9.0"}}
  • Add a . after playback

summary: The playback type of the movie.
deprecated:
since: "7.0.0"
notes: This method has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add: The source type is detected automatically in the newer Apple API's used. Full:

notes: |
    This method has been removed in Titanium SDK 7.0.0 as of the official deprecation by Apple.
    The source type is detected automatically in the newer Apple API's used.

@ewieberappc
Copy link
Contributor

FR Passed. Videos and video settings work as expected. Tested using the provided case as well as several other test apps with videos.

@ewieberappc ewieberappc merged commit 821d358 into tidev:master Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants