I an trying to convert a site to an iOS web-app. Everything works fine except for Flowplayer - it throws an error as soon as it is run inside a web-app, but is fine in (mobile) Safari.
Test setup:
Downloaded the latest Flowplayer (HTML5 version).
Tested the demo page included in the download in Safari, no problem.
Added <meta name="apple-mobile-web-app-capable" content="yes" />
to the demo page - error thrown "TypeError: 'undefined' is not an object (evaluating 'a.pick')".
I also tried the manual flowplayer init after page load using console in case it was something to do with load order/speed but no joy.
I have the exact problem in my "real" site but this seemed the best way to debug it.
Any idea where to start / how to fix this?