ipsjolly

Results 2 comments of ipsjolly

Try using **file** plugin's **readAsDataURL** method as i used in Ionic 4 crop demo application [here](https://www.freakyjolly.com/ionic-4-crop-images-selected-from-image-selector-show-in-base64-format-using-native-plugins/) showCroppedImage(ImagePath){ this.isLoading = true; var copyPath = ImagePath; var splitPath = copyPath.split('/'); var imageName...

@nidhinprathap we can do so by using a service or binding a broadcast to location service, as per new Android updates, to make OS more secure they may limit service...