Questions tagged [plugin.media.crossmedia]

21 questions
0
votes
0 answers

How to add record location in PHAsset of a video recorded by MediaPlugin

I use MediaPlugin to record videos on iOS. After recorded, I use PHAsset.FetchAssets to get information of the recorded video, but PHAsset.Location is null. If recording using Camera APP, it's ok to fetch PHAsset.Location. Could someone please tell…
0
votes
0 answers

Application get crash in Ipad when camera is called second time in xamarin

I am using a camera on button click, but when user press the button second time the application get crashed. This is only happening on Ipad, its working smoothly on Iphone and android phones. I am using below code to initiate the camera. …
Zeeshan shaikh
  • 341
  • 1
  • 5
  • 24
0
votes
0 answers

Xamarin project with CrossMediaManager can't play local web site can't play

I'm using Plugin.CrossMediaManager(Current version) to play VDO or mp3 files. Try to use URL from local website (IIS) to play them. I have learned how to use this component and I have set all necessary things. - Give necessary code to where native…
0
votes
0 answers

CrossMedia Plugin with Xamarin. Home Page shown after photo taken

I'm using Plugin.CrossMedia in Xamarin Forms and have noticed that just after the photo is taken, the home page is briefly shown before control returns to the calling page. This is causing issues as the Home Page OnAppearing event is not triggered…
user1180360
  • 33
  • 1
  • 4
0
votes
1 answer

How to don't open page select "Retry" or "OK" when take photo use library Plugin.Media on Xamarin Forms?

When I take Photo that save image, It will display sub layout choose "Retry" or "OK" for image. I don't want display it. I use library Plugin.Media on Xamarin Forms and my code: Handler event click button capture: private void…
user10666363
0
votes
1 answer

Specified cast not Valid when updating Item in ObservableCollection bound to Listview

I am trying to add an image from the device to my App in Xamarin using https://github.com/jamesmontemagno/MediaPlugin. The odd thing is, that adding the Item raises an exeption at some point "between the lines". I don't know how to debug this and…
1
2