mobilizehere / mobilizehere.com

The Mobilize Podcast website
https://www.mobilizehere.com
MIT License
0 stars 0 forks source link

Play icon does not function correctly on mobile #77

Open thebrengun opened 6 years ago

thebrengun commented 6 years ago

Expected Behavior

Press play icon and player will pop up, load the episode, and begin playing.

Actual Behavior

Press play, player pops up, displays a progress bar and shows that the episode is playing but never loads or plays the podcast until the user presses pause and then play again.

Steps to reproduce the problem

Only affects mobile browsers.

Specifications (version of the project, operating system, or hardware.)

iPhone Safari browser

thebrengun commented 6 years ago

@corychoy I think the best solution to fix this will be for the user to click play and for the player to display but still in the stopped state. Then the user will have to press play again. Part of this issue is because files can't be played programmatically (to prevent users from unnecessarily downloading large audio files over their cellular network). So the player has to be on screen before it is played.