trocker commented on issue #1151: URL: https://github.com/apache/cordova-ios/issues/1151#issuecomment-1241199806
> I have same issue. I've added in my config.xml. it’still not working. Any way to solve this issue??? For me, the code magically started to work on it's own. Currently I have the following line under "<platform name="ios">" `<preference name="AllowInlineMediaPlayback" value="true" />` Before this config started to work by itself, I remember doing the following as a stop-gap: ``` 1. Search for other instances with the following command - grep -nir AllowInlineMediaPlayback * 2. platforms/ios/cordova/defaults.xml:25: <preference name="AllowInlineMediaPlayback" value="false" /> ``` Change the file in step 2 to say true instead of false. You might need to do this every time you add ios platform. -- 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]
