I have implemented the examples here: https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Camera And am able to get an image from the camera successfully.
Additionally i have implemented the select video - but have no way to play the video...
I ended up putting up a browser window and playing the video off a remove page after uploading it. However, this is not idea, i want to play the video in the app after choosing it from the file system or the camera itself.
Has anyone managed to do this xamarin forms/forms labs without having to implement it in every single platform manually?
And if that is the ONLY way to do it, any examples of this? Thank you very much!