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

Use New Media API #17

Closed
tsadler1988 opened this issue Jul 15, 2015 · 3 comments
Closed

Use New Media API #17

tsadler1988 opened this issue Jul 15, 2015 · 3 comments
Labels

Comments

@tsadler1988
Copy link
Contributor

The example app uses this._player = new Media('testPlayer', 'video'); which is now deprecated. It should use this._player = this._device.getMediaPlayer().

@tsadler1988
Copy link
Contributor Author

Note that the existing video asset will fail to seek on HTML5 devices using the new media API, as it respects the seekable range reported by the underlying HTML5 video element, which for this asset is 0 - 0. @owensgit found this problem when he tried to upgrade TAL example with the new media API.

@bxrmbl
Copy link

bxrmbl commented Nov 22, 2016

@tsadler1988 Do you happen to know how to add items to the grid widget? Sorry to randoly ask you. I'm having difficulty with the lack of examples in the documentation. Thank you in advance. Cheers,

@rosswilson
Copy link
Contributor

This has now been done 🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants