Search found 73 matches

by Jmondo
Wed Oct 02, 2019 1:52 pm
Forum: Pano2VR general
Topic: iOS 13 gyroscope changes
Replies: 22
Views: 18448

Re: iOS 13 gyroscope changes

Thomas, thank you for the quick program update to this ever changing gyroscope issue. I have updated to the latest version (6.1). I see in the release notes that there is now a fix for iOS 13: “ A fix has been added to allow access to the gyroscope in iOS 13 (update your projects to the latest playe...
by Jmondo
Sat Sep 28, 2019 4:05 pm
Forum: Pano2VR general
Topic: iOS 13 gyroscope changes
Replies: 22
Views: 18448

Re: iOS 13 gyroscope changes

Thanks Thomas!
by Jmondo
Wed Sep 25, 2019 2:18 pm
Forum: Pano2VR general
Topic: iOS 13 gyroscope changes
Replies: 22
Views: 18448

Re: iOS 13 gyroscope changes

here's the most conclusive article I've found, but I don't know how to apply the code into the skin. I'm hoping somebody can figure it out and share with the community... https://tinyurl.com/y3phm82o from the article: "To request permission, we would just need to call a method on the DeviceMoti...
by Jmondo
Tue Sep 24, 2019 3:01 pm
Forum: Pano2VR general
Topic: iOS 13 gyroscope changes
Replies: 22
Views: 18448

Re: iOS 13 gyroscope changes

i Think I found the solution, I just don’t know how to implement it... Permissions APIs have been created for DeviceMotionEvent and DeviceOrientationEvent. Link: https://developer.apple.com/documentation/safari_release_notes/safari_13_release_notes?preferredLanguage=occ Scroll down a bit to “ Securi...
by Jmondo
Sun Sep 22, 2019 10:40 pm
Forum: Pano2VR general
Topic: iOS 13 gyroscope changes
Replies: 22
Views: 18448

iOS 13 gyroscope changes

Hi, Apple has yet again changed the way it handles how it allows the gyroscope to function on safari in iOS 13. They removed the "motion and orientation access" toggle in the settings. Now you're supposed to be able to use a permissions API to prompt the user to allow the phone to grant ac...
by Jmondo
Wed Aug 14, 2019 4:37 pm
Forum: Pano2VR general
Topic: gyroscope "smooth movement" in v6.1 skin?
Replies: 13
Views: 5127

Re: gyroscope "smooth movement" in v6.1 skin?

Hopefully a future version will have a solution for smoothing out the gyro movement that’s native to the skin. In the interim, is there a creative solution using code in an advanced mode, or css style? I’ve attempted to do so, but that’s not my strong suite. Any advice would be greatly appreciated.
by Jmondo
Sun Jul 28, 2019 8:04 pm
Forum: Pano2VR general
Topic: gyroscope "smooth movement" in v6.1 skin?
Replies: 13
Views: 5127

Re: gyroscope "smooth movement" in v6.1 skin?

Sorry, didn’t realize the distinction. I am using Webvr - it must have been the default setting when transitioning from v5 to v6, as I didn’t actively choose it, but the webvr folder was generated with the output.

Thanks,
Jesse
by Jmondo
Fri Jul 26, 2019 5:19 pm
Forum: Pano2VR general
Topic: gyroscope "smooth movement" in v6.1 skin?
Replies: 13
Views: 5127

Re: gyroscope "smooth movement" in v6.1 skin?

Hi Hopki, I'm currently using v6.1 beta 2.

here's my site: the360listing.com
by Jmondo
Thu Jul 25, 2019 12:32 am
Forum: Pano2VR general
Topic: gyroscope "smooth movement" in v6.1 skin?
Replies: 13
Views: 5127

gyroscope "smooth movement" in v6.1 skin?

Hi, wondering if there's a way to smooth the movement of the gyroscope now that it is controlled in the skin. In version 5, there's a "smooth movement" control which does a nice job. In version 6.1, the gyroscope movement is very jittery and the return to horizon is very fast. Any way to c...
by Jmondo
Sat Jun 08, 2019 10:44 pm
Forum: Pano2VR general
Topic: inertia control for scroll area
Replies: 10
Views: 3521

Re: inertia control for scroll area

Hi Hopki, It appears that I can’t control the scroll area with code. I’ve tried a variety of lines in the css styles area, but nothing effects it. Is this the right approach or is there another place I should be entering code? Sorry to harp on this point, but lack of smooth, or momentum scrolling in...
by Jmondo
Mon Jun 03, 2019 8:03 pm
Forum: Pano2VR general
Topic: inertia control for scroll area
Replies: 10
Views: 3521

Re: inertia control for scroll area

Hi Hopki, Just wanted to give you an update. I have successfully migrated to 6.1 without anything breaking. It turns out that the issues I was having were my fault, mostly due to conflicting code. For some reason it didn’t break anything in v5.2. I cleaned up my file and everything works great. The ...
by Jmondo
Mon May 27, 2019 7:56 pm
Forum: Object2VR general
Topic: browser detection to show object?
Replies: 1
Views: 4777

browser detection to show object?

Hi, in light of the new security update for iOS safari, I'd like to serve a message only to iOS safari users running ios 12.2 or higher to let them know they have to turn on their accessibility and motion detector (gyroscope) in their settings. But I don't want to burden or confuse non iOS users. Is...
by Jmondo
Thu May 23, 2019 4:21 pm
Forum: Pano2VR general
Topic: gyroscope control not working on some phones
Replies: 5
Views: 4250

Re: gyroscope control not working on some phones

Thanks Hopki, I took care of making my site secure. Unfortunately, due to the recent iPhone security update, the gyroscope defaults to the off position on the phone. Users have to go into their settings and turn it on. This really sucks! Hopefully apple will address the concerns of the vr community ...
by Jmondo
Wed May 22, 2019 3:22 pm
Forum: Pano2VR general
Topic: gyroscope control not working on some phones
Replies: 5
Views: 4250

gyroscope control not working on some phones

Hi, Last week I posted an issue with version 6 causing too many issues with my skin so I had to revert back to version 5. But now I'm having an issue with the gyroscope control not working on some phones. I have only tested it on newer iPhones. I double checked that gyroscope control is checked on, ...
by Jmondo
Thu May 09, 2019 5:07 pm
Forum: Pano2VR general
Topic: inertia control for scroll area
Replies: 10
Views: 3521

Re: inertia control for scroll area

Hi Hopki, A big issue was that actions were ignoring parts of logic block commands. For example, looking at my site, there is a dropdown menu at the top right. All dropdowns are designed to slide into and out of frame (They are all hidden when loaded, by having their variables set to false in the po...