You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using location based ar.js. when I change from portrait to landscape the object changes its position on I-Pad .But while checking with android device it is working fine. If anybody have the solution please share with me.
while debugging I found that android is using deviceOrientationAbsolute event and iOS is using deviceOrientation event. iOS doesn't support deviceOrientationAbsolute. How to solve this issue
To Reproduce
Steps to reproduce the behavior:
place an object using location based ar.js and locate the object this change the mode from portrait to landscape in I-Pad or I-phone the you can see the change in its position
Smartphone (please complete the following information):
Device: [e.g. iPhone11,iphone 8, I-Pad 5th gen and 8th gen]
OS: [e.g. iOS16,iOS15,IpadOS15]
Browser [e.g. chrome, safari]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using location based ar.js. when I change from portrait to landscape the object changes its position on I-Pad .But while checking with android device it is working fine. If anybody have the solution please share with me.
while debugging I found that android is using deviceOrientationAbsolute event and iOS is using deviceOrientation event. iOS doesn't support deviceOrientationAbsolute. How to solve this issue
To Reproduce
Steps to reproduce the behavior:
place an object using location based ar.js and locate the object this change the mode from portrait to landscape in I-Pad or I-phone the you can see the change in its position
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: