ImranGholizadeh commented on issue #1226: URL: https://github.com/apache/cordova-ios/issues/1226#issuecomment-1209151588
Hello logical99, Yes, this issue has been solved by adding the following code to your config file. <preference name="AllowInlineMediaPlayback" value="true" /> Ensure the value for AllowInlineMediaPlayback is true which disables the native full screen controller and allows html5 to play inline on iOS. Steps 1. Find your config.xml file in your xcode projects staging folder 2. Edit the preference value for AllowInlineMediaPlayback to true <preference name="AllowInlineMediaPlayback" value="true" /> 3. Rebuild and test getUserMedia on the simulator. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
