Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When app is exported to debug.apk , "set playback time" is behaving like "restart video" #6122

Closed
Kernonen opened this issue Sep 19, 2022 · 3 comments
Assignees

Comments

@Kernonen
Copy link

Problem description

My project has a video object. There is also on screen a button with the following function

  • Toucher: On tap gesture on Button
    -> Video: Set playback time to 10 seconds

in preview and online hosting, everything is fine : when button is clicked, video jumps to 10 seconds time.
But when project is exported to debug.apk, button restarts the video.

[## Attach a .c3p
https://www.dropbox.com/s/ucqek2ob2ckht83/Video%20player%20Bug.c3p?dl=0
Video player Bug.c3p.zip

Steps to reproduce

  1. add video object
  2. add button object and link it to video with "set playback time"
  3. export project to debug.apk
  4. upload project to Samsung S5e Tablet. Install project
  5. run project

Observed result

  1. press play
  2. press orange button to jump video playhead to 10 seconds
  3. video restarts

Expected result

step 8 above, video playhead is supposed to jump to 10 seconds instead of restarting

More details

Issue only in Android when playing export debug.apk
Works fine on every browser Mac and Android

Affected browsers/platforms:

android
First affected release:

System details

Tablet Samsung S5E
Screenshot_20220919-141928_Settings

@AshleyScirra
Copy link
Member

I can reproduce, but it appears to be a problem with Cordova itself. I filed an issue here: apache/cordova-android#1494

Closing as it will be followed up there.

@Kernonen
Copy link
Author

Thank you.
So we have to wait for Cordova to fix the problem on their side ?

@AshleyScirra
Copy link
Member

Yes, I'm afraid in this case it's outside our direct control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants