William Fulton
Posts: 0
Joined: Tue Feb 18, 2014 7:51 pm

In-app video not playing once apk file is built.

In-app video not playing once apk is built. I have been trying to get an in-app video to play on my android devices but am having no luck. The browser test works, I have exported to eclipse and the test works there as well, but once the apk file is built and loaded, the video no longer works.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

In-app video not playing once apk file is built.

Hello!
Could you clarify what is the video? What is the format of this video?

William Fulton
Posts: 0
Joined: Tue Feb 18, 2014 7:51 pm

In-app video not playing once apk file is built.

This is an .mp4 video file using the "Video" control. I have uploaded the video in a folder I created in the project and referenced the video in the player configuration.

William Fulton
Posts: 0
Joined: Tue Feb 18, 2014 7:51 pm

In-app video not playing once apk file is built.

Hello, this question is not answered yet. Please change the status.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

In-app video not playing once apk file is built.

Could you clarify what URL did you specify for video?

William Fulton
Posts: 0
Joined: Tue Feb 18, 2014 7:51 pm

In-app video not playing once apk file is built.

I specified the location of the mp4 file in the app's file path. In this case it is src="file/video/sequence1.mp4"

I can't paste the full block of code, unfortunately.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

In-app video not playing once apk file is built.

Please use < code tag to paste the sode

William Fulton
Posts: 0
Joined: Tue Feb 18, 2014 7:51 pm

In-app video not playing once apk file is built.

code
<video id="startScreen_video_2" dsid="video_2" name="video_2" class="startScreen_video_2"
autoplay="true" preload="none">
<source src="files/video/sequence1&#46;mp4" type="video/mp4" />
<source src="" type="" />
<source src="" type="" />
</video>
/code

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

In-app video not playing once apk file is built.

Hi William,

This seems to be a PhoneGap bug, please try this approach: https://getsatisfaction.com/apperyio/...

Return to “Issues”