Hans
Hans
@matrixreal can you test my Fork and check if this works for you? https://github.com/HansKrywaa/cordova-plugin-advanced-background-mode @mknnaren The Function you mention there only works on Android.
i think this Plugin is not maintained anymore, so i decided to create a new one and fix this Issue. It also has a Ionic Wrapper, so go ahead and...
You solved this somehow? It appears to me as well.
If this is still an Issue for somebody, you can try my Fork: https://github.com/HansKrywaa/cordova-plugin-advanced-background-mode I just added the Methode to add it back to the Tasklist, but couldn't test it...
@randdusing I have the same Issue. I already tried disabled -> enabled -> startScan, but it doesn't work. Also i have enabled everything i need on my Devie (Bluetooth, Location,...
Haven't test in ios14, @videmort can you confirm?
Dev build works fine for us! 😊
I created a PR 😊 #21972
# Workaround: Create a directive like ```ts import { Directive, ElementRef, OnInit } from '@angular/core'; @Directive({ selector: '[coreSuppressScrollEvent]' }) export class SuppressScrollEventDirective implements OnInit { public constructor(private el: ElementRef) {}...
just came across the same... Please fix 😃