Ines Gomes
Ines Gomes
@anRoswell Gracias. Estoy intentando 7,8 e 9. Li ago sobre dar permisiones para autostart. I am trying 7,8,9. with this https://github.com/saty932/cordova-plugin-autostart-permission
Thanks for sharing @alixti. I am using Ionic and changed your example to: document.addEventListener('deviceready', onDeviceReady, false); cordova.plugins.intentShim.getIntent((intent) => { const decodeIntent = JSON.parse(JSON.stringify(intent)); if (typeof decodeIntent.extras !== 'undefined') { if...
I implement a change password page in my ionc3/jhipster app. Is working using jhipster changepwd api from my backend. Do you want the contribution?
I have a folder pages/password with this files: password-strength-bar.module.ts password-strength-bar.scss password-strength-bar.ts password.html password.module.ts password.provider.ts password.scss password.ts (Note: I am not using yet the component password-strength-bar, if I have time I...
Yes, I think is working ok. I am restarting the app every day … So not sure ... > On 29 Aug 2019, at 19:44, Rodrigo Gomes da Silva wrote:...
Yes. I need to start more than every day and found another way to do what I need it. So for the moment not using sqlevents