Android - Assessment - Video does not autoplay
Description
Actual Result:
Video does not autoplay (or give indication that it has already loaded and can be tapped to play)
Expected Result:
App should give an indication that the required video has been loaded and can be tapped to play or it should autoplay
Steps to Reproduce
1) Login to edX app.
2) Select any course.
3) Tap to select any video and view.
Reason for Variance
Release Notes
Activity
Fixed
I took a look into this. Turns out there is a line to autoplay the video, unfortunately this does not behave as desired and will start autoplaying the previous or next video instead of the target video. The view for the screen that has the video player is handled by ViewPager, which loads the target page (with out video), then previous page, and then the next page. If autoplay is set, only the last loaded video will play.
Other options include not playing any of the videos and just making the controls visible.