onatcipli edited a comment on issue #533: fix(camera): resultForVideo uri in iOS13 URL: https://github.com/apache/cordova-plugin-camera/pull/533#issuecomment-586110710 #506 @fvadouko you can add a cordova plugin from github repository with the following command ``` cordova plugin add github_url ``` for example: > Dont forget to remove old plugin first >`cordova plugin remove <plugin>` I just forked the repo from @guillem-sopra _(thank you for the PR)_ then [I added a fixed plugin from github repository ](https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/) ### Edit You need to merge this branch changes to your forked repository master, as I do [here](https://github.com/onatcipli/cordova-plugin-camera/pull/1) ``` cordova plugin add https://github.com/onatcipli/cordova-plugin-camera.git ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
