stsier
stsier
my app crashes with Android 8.1 but works at Android 8.0 disableWebViewOptimizations doesn't fix the pb. The cordova-plugin-background-mode has not been updated since 2years. in the forground pluggin start() function...
@NorthFred it works great. I use "audio" html tag and listen to streaming music. With constant internet connection (mobile or wifi) i play music for hours. with connection disruptions music...
add an `` tag with a source pointing to a streaming audio and call `audio.play(); ` anywhere in the code. I didn't try with a local audio file. on an...
looks like android uses battery saving. You need to remove your app from the list of monitored apps in the battery settings.
jdrupal8
ok i will try to put it on the top, i put it for now in all levels inside connect() function and it is not called anywhere even right after...
for example I patch the user's profile which has a field "styles": {"field_user_styles":[{"target_id":1}],"uid":[{"value":165}]} just removing Language module solves the problem same thing with creating a new user. I tried doing...
no, which branch do you suggest?
another question, I've seen somewhere in the feeds that there's a bug which doesn't allow registering a new user for anonymous. So the WA is to register a new user...