Cindy Tan

Results 5 comments of Cindy Tan

I have the same issue on Android only, works fine on iOS ``` Ionic: ionic (Ionic CLI) : 4.10.2 Ionic Framework : ionic-angular 3.9.3 @ionic/app-scripts : 3.2.2 Cordova: cordova (Cordova...

I got it working when using the Android Permission plugin https://github.com/apache/cordova-plugin-camera/issues/486#issuecomment-576463204

> > Do you mean the entire app? or just the camera code? > > I mean the OS version. Mine is ios 12.4.1 on iPhone XR & iPhone X

> > Mine is ios 12.4.1 on iPhone XR & iPhone X > > Thanks for this information. This was to try to determine if it is specific to an...

@salomon022 I had the same issue you need to @types/googlemaps. Run the following code in your terminal. `npm install @types/googlemaps --save` and it should fix this.