Gerardo
Gerardo
I have the following code in my project: ``` this.androidPermissions.requestPermissions( [ this.androidPermissions.PERMISSION.CAMERA, this.androidPermissions.PERMISSION.READ_EXTERNAL_STORAGE, this.androidPermissions.PERMISSION.WRITE_EXTERNAL_STORAGE ] ); ``` Which is in the `app.component.ts` file. The permissions were requested on app initialization....
# Bug Report ## Problem App crashes when using [Timestamp app](https://play.google.com/store/apps/details?id=com.jeyluta.timestampcamerafree&hl=es_MX&gl=US) to take a picture. ### What is expected to happen? App should inform that the URI is not accessible...
I'm trying to use the plugin with a PostgreSQL table. The table has this structure: ``` execution_schedule( project_id text, start_time timesamp, end_time timestamp ``` I tried formatting the columns `start_time`,...