viro icon indicating copy to clipboard operation
viro copied to clipboard

Vertical ARPlaneSelector in iOS

Open antoniolinhart opened this issue 3 years ago • 2 comments

  • [x] Review the documentation: https://docs.viromedia.com/
  • [x] Search for existing issues: https://github.com/viromedia/viro
  • [x] Use the latest ViroReact release: https://docs.viromedia.com/docs/releases

Environment

Please provide the following information about your environment:

  1. Development OS: Mac,
  2. Device OS & Version: iOS 13.0
  3. Version: ViroReact: latest ViroCommunity, React Native: 0.63.4
  4. Device(s): iPhone XR

Description

When using the ARPlaneSelector on iOS on "vertical" mode, it does not detect any vertical planes. It works on Android!

Reproducible Demo

Following the instructions on the starter kit page: https://github.com/ViroCommunity/starter-kit

git clone https://github.com/ViroCommunity/starter-kit.git cd starter-kit npm install npx pod-install (iOS) Edit App.js by including a ViroARPlaneSelector with alignment="Vertical". You will also need to add anchorDetectionTypes=["PlanesVertical"] to the ViroARScene. Import ViroARPlaneSelector. npx react-native run-ios

antoniolinhart avatar Apr 13 '21 00:04 antoniolinhart

I'm seeing this problem too. Does anyone have any ideas about how to fix it?

admbtlr avatar Mar 30 '22 13:03 admbtlr

@antoniolinhart, @admbtlr could you make it work ? Thanks in advance.

gregoryalary avatar Dec 01 '22 15:12 gregoryalary