Search found 17 matches

by PaulB
Thu Nov 17, 2022 1:23 pm
Forum: Pano2VR general
Topic: IOS interface confusion - IOS Bounce
Replies: 4
Views: 29957

Re: IOS interface confusion

Hi Hopki, After a bit more testing, it seems just to be affecting my iphone (8plus). Having had a few colleagues test on their iphones they couldn't recreate the effect either. Did spend time to match Safari settings against another iphone, but didn't resolve the issue on my phone. It's currently on...
by PaulB
Fri Nov 11, 2022 2:52 pm
Forum: Pano2VR general
Topic: IOS interface confusion - IOS Bounce
Replies: 4
Views: 29957

Re: IOS interface confusion

So working with this for the moment, seems ok on IOS mobile. Cuts back on the flashing colour behind the interface. @media (prefers-color-scheme: light) { body { background-color: white; } } @media (prefers-color-scheme: dark) { body { background-color: black; } } Regards Paul
by PaulB
Fri Nov 11, 2022 2:41 pm
Forum: Pano2VR general
Topic: IOS interface confusion - IOS Bounce
Replies: 4
Views: 29957

Re: IOS interface confusion

One thing I have tried to minimise the effect is setting the 'body' background colour in CSS to white. Stops the switching to a black background behind the IOS interface... not as much flashing going on. But probably will have the opposite effect if dark mode is enabled. Hmm?.... more CSS necessary....
by PaulB
Fri Nov 11, 2022 11:56 am
Forum: Pano2VR general
Topic: IOS interface confusion - IOS Bounce
Replies: 4
Views: 29957

IOS interface confusion - IOS Bounce

Hi, on IOS mobile the swipe action to pan up and down is getting confused with it thinking the panorama is a long web page, and the interface is constantly trying to change size/minimise to accommodate. This looks awful from a user perspective. Is there a way to minimise this ? If anything can be do...
by PaulB
Tue Nov 08, 2022 4:48 pm
Forum: Pano2VR general
Topic: Alt text for pop-up Images
Replies: 2
Views: 16941

Re: Alt text for pop-up Images

Hi Hopki,

Brilliant thank you, I didn't realise custom ones had to be value set beforehand to show when hover/clicked. I should have figured that out. Just thought my settings were at fault!

Cheers
Paul
by PaulB
Tue Nov 08, 2022 1:44 pm
Forum: Pano2VR general
Topic: Alt text for pop-up Images
Replies: 2
Views: 16941

Alt text for pop-up Images

Hi, I have been trying to get ALT text to import correctly in my panoramas using a variable for a pop-up image hotspot. It works fine if I set the alt text to a variable placeholder such as $(hs) or $(hd). But those placeholders are set to be used elsewhere on the hotspot. If I try to use a custom p...
by PaulB
Mon Nov 07, 2022 3:23 pm
Forum: Pano2VR general
Topic: Accessibility settings for text boxes with scroll bars
Replies: 1
Views: 16762

Re: Accessibility settings for text boxes with scroll bars

Figured it out if anyone has a similar problem, css applied to CSS Styles:...
Screenshot 2022-11-07 at 14.21.49.png
Screenshot 2022-11-07 at 14.21.49.png (540.81 KiB) Viewed 16742 times
by PaulB
Mon Nov 07, 2022 10:56 am
Forum: Pano2VR general
Topic: Accessibility settings for text boxes with scroll bars
Replies: 1
Views: 16762

Accessibility settings for text boxes with scroll bars

Hi, Have been retro fitting an existing skin with keyboard accessibility using the latest BETA version. Have got buttons working fine etc. But for text boxes that have scroll bars with overflow content, I can get them to focus with the TAB key , but cannot get them to scroll as expected with the dow...
by PaulB
Thu Oct 27, 2022 12:35 pm
Forum: Pano2VR general
Topic: Max-width css... seems to have no effect?
Replies: 2
Views: 22963

Re: Max-width css... seems to have no effect?

Hmmm, doesn't work when parented to a hotspot?
by PaulB
Thu Oct 27, 2022 11:10 am
Forum: Pano2VR general
Topic: Max-width css... seems to have no effect?
Replies: 2
Views: 22963

Re: Max-width css... seems to have no effect?

Might have figured it out, but if anyone has a cleaner way then post here... (adjusted to compensate for padding settings around text) Screenshot 2022-10-27 at 10.22.49.png Max width 400px on inner element (white box above is set to 200px) ... Screenshot 2022-10-27 at 10.25.17.png Short content... S...
by PaulB
Wed Oct 26, 2022 5:47 pm
Forum: Pano2VR general
Topic: Max-width css... seems to have no effect?
Replies: 2
Views: 22963

Max-width css... seems to have no effect?

Hi, Have been trying to apply a max-width property to a simple text box that is part of a hot spot. But no matter what/where I apply the CSS seems to be ignored. The content just seems to follow the value/property set in the position/size settings of that element. Have tried to putting it in the siz...
by PaulB
Mon Oct 17, 2022 4:37 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta
Replies: 104
Views: 11859223

Re: Pano2VR 7 beta

Hi Hopki,

Thank you for the sample file, which works fine on my system. I have created another sample from scratch which does also work as expected. So, not sure what is causing the previous attempt to fail, because they are setup identical, will do some more fault finding/testing.


Many thanks
by PaulB
Fri Oct 14, 2022 5:05 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta
Replies: 104
Views: 11859223

Re: Pano2VR 7 beta

Found what I think might be a bug with custom properties... or maybe they don't work the way I think they should? Steps: - Created 2 custom properties as text properties, one for entry of a building name, one to add a room name. Screenshot 2022-10-13 at 16.17.34.png - Added a text box into the skin ...
by PaulB
Wed Oct 12, 2022 4:54 pm
Forum: Pano2VR general
Topic: Pano2VR 7 beta
Replies: 104
Views: 11859223

Re: Pano2VR 7 beta

Can I add a feature requests/change to version 7. Put the Output properties back into a separate window or just under/within the output panel. Don't have them toggle with the other pano properties windows depending what you last clicked on. Totally frustrating to have them disappear, just because yo...
by PaulB
Wed Aug 03, 2022 4:04 pm
Forum: Pano2VR general
Topic: Activating Polygon Hotspots via keyboard
Replies: 11
Views: 29874

Re: Activating Polygon Hotspots via keyboard

Hopki wrote: Tue Aug 02, 2022 5:59 pm Hi Paul,
This will get covered by a webinar at some point, but still work in progress.
Regards,
Brilliant thank you!