The application works on Android but not on iOS
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?
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