Playing video in PhoneGap/Cordova-app for iOs and Android

后端 未结 5 1500
长情又很酷
长情又很酷 2020-12-13 22:39

I need to play video in an app that\'s built on PhoneGap 2.7. Is it possible to make this work for both iOs and Android - covering most of todays Android devices?

Pr

5条回答
  •  旧巷少年郎
    2020-12-13 23:07

    You can use HTML5 video tag to playback video inside your application.

    The video tag had some quirks when used in Cordova application (especially on Android devices), but its support is much improved in newer versions of Cordova, so make sure you're targeting the latest version.

提交回复
热议问题