Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Load deadlock on IOS #535

Closed mzedeler closed 11 years ago

mzedeler commented 11 years ago

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.

mzedeler commented 11 years ago

This has been resolved in the current version (LYT 2.0.0_010).