Skip to main content

All Questions

Tagged with
0 votes
2 answers
629 views

Gallery on opening in Android mobile using CameraSource.Photos ionic capacitor

Following code open gallery in web browser (pwa) and works fine but running the same on android device it is not opening the image gallery .Please let me know if i m missing something . import { ...
bhupesh.hardel's user avatar
1 vote
2 answers
5k views

How to create a image picker on Xamarin Forms?

Does anybody knows if its possible to make a Image picker like this: I've tried with the followings plugins : https://github.com/jamesmontemagno/MediaPlugin https://github.com/matheusneder/Xamarin....
Nacho Campo's user avatar
4 votes
3 answers
8k views

Cordova camera plugin, obtain full image path from gallery [ANDROID]

I am trying to get an image from the gallery with cordova camera plugin, this is the way I am doing it: navigator.camera.getPicture(onSuccess, onFail, { quality: 50, sourceType: Camera....
epergo's user avatar
  • 575