Search found 42 matches

by hromain
Fri Dec 01, 2023 1:52 am
Forum: Pano2VR general
Topic: orientation change to trigger panorama change?
Replies: 6
Views: 22105

Re: orientation change to trigger panorama change?

This is exactly what I needed, thank you! This is the first time I've noticed the logic block on the variable itself; very cool.
by hromain
Thu Nov 30, 2023 5:23 am
Forum: Pano2VR general
Topic: orientation change to trigger panorama change?
Replies: 6
Views: 22105

Re: orientation change to trigger panorama change?

Thanks, this is helpful, but I was actually wondering if there's a way to change the panorama after the initial load. So for example, if the user launches the app on a mobile device in portrait orientation but then rotates their device later. Is there a way to use that orientation change to trigger ...
by hromain
Tue Nov 28, 2023 6:39 pm
Forum: Pano2VR general
Topic: orientation change to trigger panorama change?
Replies: 6
Views: 22105

orientation change to trigger panorama change?

Hello, I'm working with two flat image nodes. One is oriented for vertical viewing and one for horizontal viewing. I'm trying to program the skin so the correct panorama shows if the orientation changes (if a user rotates their mobile device, for example). I have been trying to program an action in ...
by hromain
Mon Nov 06, 2023 2:14 am
Forum: Pano2VR general
Topic: aria-hide panos? & DOM order
Replies: 0
Views: 232803

aria-hide panos? & DOM order

Hello, Is there any way to set the panos themselves to aria-hidden? I've been testing with a screen reader and it keeps reading the panorama as the first element; I want to hide the image from the screen reader completely, the same way I can with a skin element. Is that possible? Also, it seems that...
by hromain
Sun Oct 29, 2023 6:09 pm
Forum: Pano2VR general
Topic: Using Hotspot Property / Skin Variable in External JS file
Replies: 0
Views: 231601

Using Hotspot Property / Skin Variable in External JS file

I'm using an external JS file in my project to change the alt text of an external image component based on which hotspot is selected. I have tested it and am able to change the alt text successfully when using a string. Here's the code I'm using: function onLoad() { $(".popup-image > img")...
by hromain
Fri Oct 13, 2023 4:40 pm
Forum: Pano2VR general
Topic: Screen Readers & popup text modals
Replies: 3
Views: 5066

Re: Screen Readers & popup text modals

Still been trying to chip away at this. I have read that screen readers can be programmed to read dynamic text by authoring the element with 'role="alert"', aria-live="polite" or aria-live="assertive" attributes. I'm not sure if the two latter options can be integrated ...
by hromain
Tue Oct 10, 2023 8:28 pm
Forum: Pano2VR general
Topic: Screen Readers & popup text modals
Replies: 3
Views: 5066

Re: Screen Readers & popup text modals

After further investigation, I'm wondering if it might be possible to direct the screen reader's focus to a popup by changing the popup's aria_hidden setting. However, I'm not seeing a logic block option for that setting. Is there another way to dynamically change the aria_hidden property?
by hromain
Tue Oct 10, 2023 8:24 pm
Forum: Pano2VR general
Topic: HTML <lang> attribute + zooming and scaling
Replies: 6
Views: 5197

Re: HTML <lang> attribute + zooming and scaling

That's really helpful, Tony, thank you!
by hromain
Mon Oct 09, 2023 2:58 pm
Forum: Pano2VR general
Topic: HTML <lang> attribute + zooming and scaling
Replies: 6
Views: 5197

HTML <lang> attribute + zooming and scaling

I’m using aXe DevTools to scan my P2VR projects for accessibility failures, and the program has identified two issues I’m hoping someone can help me remedy: 1) HTML element must have a <lang> attribute – I feel like this is something simple, like a export setting I’m missing. Is there a way to set t...
by hromain
Mon Oct 09, 2023 2:51 pm
Forum: Pano2VR general
Topic: Screen Readers & popup text modals
Replies: 3
Views: 5066

Screen Readers & popup text modals

I’m running some tests regarding accessible 360 experiences with P2VR. Recently, I’ve run into a problem when using a screen reader to parse the text in a popup hotspot. Use Case: I’ve authored a hotspot with an action command to make another element (text box) visible on mouse click (basically a si...
by hromain
Mon Oct 09, 2023 2:47 pm
Forum: Pano2VR general
Topic: element IDs not visible in HTML?
Replies: 3
Views: 14449

Re: element IDs not visible in HTML?

Thanks for the insight, Thomas; I can definitely understand the logic there. Would you mind explaining a bit more about how to set the IDs for certain elements? I know how to set an action on Start, but I’m not sure how to use the Go To URL action to pull the ID from the skin.js file...
by hromain
Wed Oct 04, 2023 1:50 pm
Forum: Pano2VR general
Topic: element IDs not visible in HTML?
Replies: 3
Views: 14449

element IDs not visible in HTML?

Hello, I know that the skin editor allows you to name each skin element with a unique ID. However, upon investigating an exported project with Chrome's dev tools, I don't see the element IDs anywhere in the HTML (I do see the classes, but no IDs). Is there some kind of export setting I need to selec...
by hromain
Wed Apr 10, 2019 9:47 pm
Forum: Pano2VR general
Topic: Multiple pinned videos not playing on mobile
Replies: 1
Views: 2986

Multiple pinned videos not playing on mobile

Hi, I have a scene with two videos that are designed to play simultaneously on click. On desktop browser (Chrome and Safari) it works as planned, as well as in the mobile browser emulator I test with. However, when I open the tour in Chrome or Safari on my actual phone (iPhone 6), only one video pla...
by hromain
Wed Mar 13, 2019 2:20 pm
Forum: Websites Gallery
Topic: 360 Refugee Camp
Replies: 1
Views: 6716

360 Refugee Camp

Recent project for a nonprofit client who runs creative workshops with young people in refugee camps in Greece. They wanted an immersive platform for education / advocacy, and because their typical audience isn't familiar with 360s I built a tutorial to walk users through the interactive aspects: ht...
by hromain
Tue Feb 26, 2019 11:30 pm
Forum: Pano2VR/Object2VR Skins
Topic: Problems with Auto Sizing
Replies: 1
Views: 3278

Problems with Auto Sizing

I have a text box that, using a logic block, displays different text based on the node. Attached to the text box is a rectangle button that expands and collapses the text box on mouse click (see Fig 1). This button is a child of the text box and has a right center anchor point with a 0 Y position co...