简体   繁体   中英

apple-mobile-web-app-capable breaks flowplayer

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?

这被固定在5.4.3今天发布- http://flowplayer.org/news/的Flowplayer现在无论是在网络应用模式的网站和使用webView的实际应用中的工作原理。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM