NyARToolkitUnity icon indicating copy to clipboard operation
NyARToolkitUnity copied to clipboard

The application works on Android but not on iOS

Open HTarnev opened this issue 8 years ago • 1 comments

The application runs successfully on: Windows (Firefox, Microsoft edge) Android (Chrome, Firefox) MacOS (Safari, Chrome) Unity (Edditor)

The app does NOT run on: iOS (Chrome, Safari, Firefox)

Wen running on all platforms except iOS the application asks for permission to share the device's camera. However on the iOS it just gives a blue screen and no other info.

The application does not crash, nor give any errors during launch on all platforms. How could I successfully run it on iOS using any browser?

HTarnev avatar Apr 11 '17 08:04 HTarnev

As far as I know it's not possible because of the limitations of the iOS camera on Mobile web (on any browser). Basically getusermedia() is not supported on iOS: http://stackoverflow.com/questions/37258597/html5-getusermedia-ios-issue

devotionsolutions avatar Apr 11 '17 09:04 devotionsolutions