The Book method load tries to load the audio file before resolving, but at the same time, the bookPlay-controller doesn't finish until the book has been loaded.
Unfortunately, IOS requires user interaction before finishing loading and since the play button isn't visible, the user can't click play.
The Book method
load
tries to load the audio file before resolving, but at the same time, thebookPlay
-controller doesn't finish until the book has been loaded.Unfortunately, IOS requires user interaction before finishing loading and since the play button isn't visible, the user can't click play.