You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capacitor uses window.prompt to transfer data. And YouTube iframe player pauses after the prompt is called. I don't know why the YouTube iframe player pauses after a prompt call, and whether this behavior is necessary.
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/cli: 6.2.0
@capacitor/android: 6.2.0
@capacitor/core: 6.2.0
@capacitor/ios: 6.2.0
[success] iOS looking great! 👌
Other API Details
Platforms Affected
Current Behavior
I embedded a YouTube iframe player in my application. Whenever any code accesses document.cookie, it causes the player to pause automatically.
This issue currently only occurs in the Capacitor iOS environment when using the Capacitor cookie plugin.
Expected Behavior
Accessing document.cookie should not affect the state of the YouTube iframe player.
Project Reproduction
https://github.com/anson0370/yt-player-capacitor-issue
Additional Information
I've also opened the same issue with Google, and I'm not sure which side the problem is actually on.
https://issuetracker.google.com/issues/395212983
The text was updated successfully, but these errors were encountered: