jfoclpf / form-for-parking-violation

APP para submissão de queixa de estacionamento ilegal
https://play.google.com/store/apps/details?id=com.form.parking.violation
GNU General Public License v3.0
50 stars 16 forks source link

Can't upload picture #146

Closed Lisboanoite closed 1 year ago

Lisboanoite commented 1 year ago

Camera and media permissions are never requested, thus uploading a picture doesn't work.

The option to provide said permissions is also not available in the the specific Android setting. Only location shows up there.

Pixel 5 Android 13

jfoclpf commented 1 year ago

Do you mean adding a photo from the media gallery or when adding photo directly from the camera?

A terça, 31/01/2023, 22:06, Lisboanoite @.***> escreveu:

Camera and media permissions are never requested, thus uploading a picture doesn't work.

The option to provide said permissions is also not available in the the specific Android setting. Only location shows up there.

Pixel 5 Android 13

— Reply to this email directly, view it on GitHub https://github.com/jfoclpf/form-for-parking-violation/issues/146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6M4DPBBTWMWAIDJK6QXX3WVGEFFANCNFSM6AAAAAAUM7APEA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jfoclpf commented 1 year ago

É um problema do plugin da câmara que não funciona ainda em Android 13

https://github.com/apache/cordova-plugin-camera/issues/797

Estão a tratar disso

Lisboanoite commented 1 year ago

Like I said, both permissions missing. Can't upload in any manner.

jfoclpf commented 1 year ago

it's a problem related withe the camera plugin (Google changed permission settings in Android 13), we will have to wait

jfoclpf commented 1 year ago

Testar este PR

cordova plugin add https://github.com/apache/cordova-plugin-camera.git#pull/814
jfoclpf commented 1 year ago

Solved with new version.

Please test and tell me if it works