ajones05 / seearound.me-ionic

0 stars 0 forks source link

Camera issue ("Take picture" crashed app on Google Pixel) #204

Closed ajones05 closed 7 years ago

ajones05 commented 7 years ago

A user tried the latest Android build and when he tried to take a picture the app crashed. When he re-loaded it and tried to take a picture again, it doesn't crash but it also doesn't do anything.

You can check crashlytics, which has crash details.

ajones05 commented 7 years ago

We can leave this issue for now, if you don't see an obvious fix. I did some searching and it appears the Google Pixel has been known to have some similar issues.

abdulhafeez commented 7 years ago

I know the fix though it is in native language (Java). Android API 24 and above is causing it on Google Pixel and possibly some other devices too. We are using API 24. I'll fix it.

abdulhafeez commented 7 years ago

Fixed.