Fred

Results 19 comments of Fred

@EriveltonMS I tried your suggestion, but it did not work on either Android 8 nor 8.1 device :(

@stsier What about when you run the app under lock screen, without charger plugged. How long does the music keep playing? In my situation, Android kills it off after about...

@stsier You mentioned in previous comment that "The solution is simply not to enable it", how do you trigger the background audio? Can you elaborate how you implemented it in...

I'm afraid I am stuck with this, I could really use an example on how the filtering could be done for given example in the authorization handlers. I'm looking for...

I tried fixing up the layout of the example in the OP. Hopefully someone can guide me in the right direction on how to use the authorization handlers to avoid...

@apps-caraga Thank you for the elaborate example! It gives a good idea on how it can be handled. I should have probably mentioned that my solution is using Firebase login...

@mevdschee @apps-caraga I am currently looking into getting rid of authentication via Firebase auth tokens and use the `dbAuth` middleware instead. That seems to support my needs better. I am...

@nik2208 I would be happy to know about this too. This [issue here](https://github.com/mevdschee/php-crud-api/issues/896) closely relates to your question.

@spinninghamster Even though I liked this plugin very much, the lack of support for Andorid 10 made me switch to this repo: https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/ It's been recently maintained and works perfectly...

@nik2208 Do you have an example how the "password reset" can be implemented?