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

Expo AV setProgressUpdateIntervalAsync() doesn't work on Windows browser in development build #28963

Open
THE-BLUE-FRIEND opened this issue May 18, 2024 · 1 comment
Labels
needs review Issue is ready to be reviewed by a maintainer

Comments

@THE-BLUE-FRIEND
Copy link

Minimal reproducible example

https://github.com/THE-BLUE-FRIEND/ExpoIssues

What platform(s) does this occur on?

Web

Did you reproduce this issue in a development build?

Yes

Summary

The setProgressUpdateIntervalAsync() function works as intended on Android. The asynchronous nature updates the AVPlaybackStatus a little later but it performs well, however on browsers I do not find it updating at all.

Environment


  expo-env-info 1.2.0 environment info:
    System:
      OS: Windows 11 10.0.22631
    Binaries:
      Node: 21.7.1 - D:\nodejs\node.EXE
      npm: 10.7.0 - D:\nodejs\npm.CMD
    npmPackages:
      expo: ~51.0.8 => 51.0.8 
      react: 18.2.0 => 18.2.0 
      react-dom: 18.2.0 => 18.2.0 
      react-native: 0.74.1 => 0.74.1 
      react-native-web: ~0.19.10 => 0.19.11 
    Expo Workflow: managed

Expo Doctor Diagnostics

(node:7380) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
WARNING: We recommend using PowerShell or Bash via WSL 2 for development with Expo CLI on Windows. You may encounter issues using cmd.exe.

✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check native tooling versions
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check for issues with metro config
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK

Didn't find any issues with the project!
@THE-BLUE-FRIEND THE-BLUE-FRIEND added the needs validation Issue needs to be validated label May 18, 2024
@expo-bot expo-bot added needs review Issue is ready to be reviewed by a maintainer and removed needs validation Issue needs to be validated labels May 18, 2024
@medreres
Copy link

Have the same issue 🧐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants