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
I'm opening this because we aren't sure if it is a bug yet, or If there's something we're doing wrong.
On the Client user side, when using Mac and SEB, it seems the user can not open a link pointing to a video link in a new window. We have not seen this issue with Windows users.
The error we get is "NotAllowedError: a user gesture is required".
Looking into it, it seems it was requiring a more direct action from the user (clicking a link).
I modified the code to move from a with a click handler, to have an to click directly, so I don't think it can be more direct than this.
The SEB file used in this test has properly the setting
Links requesting to be opened in a new browser window open in a new window
For context:
The user on SEB is on a page, there's also a video frame in it (in an iframe)
A pop up shows up, to request to join this other link with another video link.
The user clicks, the window opens up, but the video feed and audio shows up for 2 seconds before showing this error up.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm opening this because we aren't sure if it is a bug yet, or If there's something we're doing wrong.
On the Client user side, when using Mac and SEB, it seems the user can not open a link pointing to a video link in a new window. We have not seen this issue with Windows users.
The error we get is "NotAllowedError: a user gesture is required".
Looking into it, it seems it was requiring a more direct action from the user (clicking a link).
I modified the code to move from a with a click handler, to have an to click directly, so I don't think it can be more direct than this.
The SEB file used in this test has properly the setting
For context:
The user on SEB is on a page, there's also a video frame in it (in an iframe)
A pop up shows up, to request to join this other link with another video link.
The user clicks, the window opens up, but the video feed and audio shows up for 2 seconds before showing this error up.
Beta Was this translation helpful? Give feedback.
All reactions