跳到主要内容
ArcBlock Community

Playback Interruption

JM “cryptotestnet” Morales
支持
arcspherebugfeatureux

App Version: ArcSphere AI Browser (Mobile) Date: February 5, 2026 Issue: YouTube videos pause/freeze immediately upon opening and do not auto-play or load smoothly.

📝 Description

When selecting the YouTube icon from the Arcsphere 3D navigator/sphere, the app transitions to the YouTube interface, but the video content fails to play immediately. Instead, it displays a "Tap to Unmute" or "Paused" state on a black/white background. This disrupts the seamless transition between the browser's spatial UI and active media content.

🎥 Visual Evidence

  • Timestamp 0:00: YouTube app is selected from the spatial grid.
  • Timestamp 0:02: The YouTube window opens but stays on a static screen with a "Tap to Unmute" overlay and does not trigger the video stream.

🛠 Steps to Reproduce

  1. Open ArcSphere.
  2. Navigate to the Sphere containing the YouTube shortcut.
  3. Tap the YouTube icon.
  4. Observe that the window opens, but the video is paused/stuck on a splash screen or requires manual interaction to start.

🔍 Technical Details

  • Actual Behavior: Upon clicking the YouTube icon, the window opens to a black frame with a "Tap to Unmute" or "Paused" button. The video does not buffer or play automatically, requiring an extra manual tap to initiate any activity.
  • Expected Behavior: Clicking the YouTube icon should trigger an immediate transition into the app/site with the video content loading and playing (or ready to play) instantly, maintaining the "Exploring Now" momentum.

📉 Impact

  • High Severity: This breaks the "Flow State" that ArcSphere aims to provide.
  • User Experience: It forces unnecessary user interaction (manual tapping), making the AI-native experience feel sluggish or "broken" compared to standard browsers.
  • Functionality: It suggests a handshake issue between the ArcSphere environment and the YouTube Blocklet/Webview.
  1. Auto-Play Permissioning: Ensure the ArcSphere internal browser engine is configured to allow autoplay with muted attributes, which bypasses modern browser restrictions that cause videos to pause on load.
  2. Pre-warming Webview: Implement "pre-warming" for the YouTube process when the user hovers over or nears the icon in the 3D sphere to ensure the player is active before the window fully expands.
  • JavaScript Injection: Inject a script to trigger the .play() function on the YouTube video element immediately after the DOMContentLoaded event within the ArcSphere window.
  • State Management: Verify that the "Starting Exploring Now" transition isn't accidentally sending a "Focus Out" or "Pause" command to the background window during the animation.
回复