viro
viro copied to clipboard
Vertical ARPlaneSelector in iOS
- [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:
- Development OS: Mac,
- Device OS & Version: iOS 13.0
- Version: ViroReact: latest ViroCommunity, React Native: 0.63.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
I'm seeing this problem too. Does anyone have any ideas about how to fix it?
@antoniolinhart, @admbtlr could you make it work ? Thanks in advance.