Disabling 'Create and move objects' in rooms settings prevents mobile users from interacting with media #26
Unanswered
inozemtsev-roman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Metaspace mobile support is limited due to many factores like OS and model. The present behavior for links and media over mobile phones is confusing for both users and creators and, is not the same behavior over desktop or VR.
To Reproduce
Steps to reproduce the behavior:
Go to Spoke
Create a new Spoke Project. Add a video (default video will do it) and a link to another room.
Publish it as a new scene
Open a new room with the new scene
Test the video controls and room link using a Computer.
Test the video controls and room link using a mobile phone.
User should be able to play/pause the video, skip it or change its volume and open the link.
Go to Room Settings and disable "Create and move objects" in Room Member Permissions
Repeat steps 5 and 6. Mobile phone will not allow the users to control the media or use the link.
Expected behavior
The above steps demonstrates how the sames features do not work as expect using mobile devices.
It should either have another permission setting for "Enable guest interaction and navigation" (which seems more reasonable) or implement the same behaviour on Desktop devices.
Hardware
Device: phone
OS: Android / iOS
Browser: Chrome / Safari
Additional context
For developers working on a custom client, a workaround might be hiding the "spawn / create" element in the top menu UI.
Beta Was this translation helpful? Give feedback.
All reactions