for an exhibition I try to create a custom version of the 360 Video Player app from the mobile SDK. After selecting a video I want so disable all buttons (volume, back and touchpad) so the visitors can't stop the video or exit the app.
Does someone have a code snippet that could help me to solve this?
Please don't cross-post the same message in multiple forums. I deleted the other post.
In terms of your question, the touchpad and back buttons are controlled by your application. So you can choose what to do (or not do) when that happens. I don't believe you can modify the volume buttons but that shouldn't effect stopping the video or exiting your app. Does that help?