gordon-cs / appbuilder-pwa

MIT License
0 stars 0 forks source link

Navigation: Audio Advancement - 7pts #13

Open jakedcolbert opened 2 years ago

jakedcolbert commented 2 years ago
chrisvire commented 1 year ago

The $playMode store manages the play mode for the app. It can have the values:

Add an event handler when the playing gets to the end of the page. If the $playMode === 'continue', then move the reference forward (see what the next button does in the AudioBar).

You will need to prevent going to the next book if config.mainFeatures['audio-goto-next-book'] === false