chacabuk
chacabuk
This is an old issue... Is not one day left, ist just a few seconds left For example 20/12/2021 00:00:00 is export as 19/12/2021 23:59:12 My timezone is -3 a...
Exactly same issue... I cant solve it... I try to add config option in many ways this no luck... ``` phantomPath: "../../../node_modules/phantomjs-prebuilt/bin/phantomjs", phantomPath: "../../../node_modules/phantomjs/bin/phantomjs", phantomPath: "./node_modules/phantomjs/bin/phantomjs", ```
mobilemarines: i have exactly same issue. Do you solve it? I try adding permission, like tobika said: It's work... but android going to remove my app from they store if...
To Fix it modify on CSS file: this `.mdp-timepicker .mdp-clock-switch-container{padding:20px;width:309px}` by this `.mdp-timepicker .mdp-clock-switch-container{padding:20px;width:459px}`
Can you solved?
Mi solución fue armar un Hook que copie uno de mis iconos en la carpeta pedida y con el nombre adecuado. ``` var fs = require('fs'); var path = require('path');...
Reading the plugin info, and Android description for permissions (https://developer.android.com/training/location/permissions?hl=fr) i think no need background persimission. Android said: When de app is in background, but one services is running, and...
@HarelM can you extend your comment? how and where do you set "forgroundService: true"? I'm not using geofence service, but in Android 10 only work if set ACCESS_BACKGROUND_LOCATION permissions...
@HarelM But there no one property with the name "forgroundService".. Thanks a lot!!
@HarelM, Thanks for your time. I assumed you speak to another property. I was try this (and a lot of other thiks) and there are no way... On Android 10...