-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VisionGlass] Add Media Playback controls to Phone UI
Media controls were added to the phone UI using the newly added PlatformActivityPlugin architecture. The media playback controls are only shown whenever the web engine detects that a media element is present and hidden as soon as the media element is gone. The controls include play/pause button, mute button, fast forward and fast backward buttons and a progress seekbar. There are some caveats though caused by limitations of the GeckoView API, for example progress information is only issued for fullscreen media.
- Loading branch information
1 parent
2377bad
commit 18e279a
Showing
4 changed files
with
156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters