Philip Peitsch

Results 274 comments of Philip Peitsch

I'm closing this out. Feel free to continue the discussion here or re-open if there's still remaining issues unaddressed in your question.

Feature has been implemented in 1.6.3

@Lazza Bluetooth treats the advertising packet as a completely separate thing from the service discovery that occurs after connecting to a peripheral. For scanning purposes, the peripheral designers decides which...

There's an open question on Capacitor's background runner about whether plugin support is a possibility: https://github.com/ionic-team/capacitor-background-runner/issues/24

The Windows platform has been deprecated as a cordova platform. See https://github.com/apache/cordova/blob/master/deprecated.md#deprecated-platforms

I'm closing this as it's not clear to me whether the plugin and requirement are still a current demand. If there is a lot of interest in such a feature,...

For me, only these two permissions are necessary (Android 10 + 11) ``` ``` Relevant notes from Android documentation: * https://developer.android.com/reference/android/Manifest.permission#SYSTEM_ALERT_WINDOW * https://developer.android.com/guide/components/activities/background-starts As @ShehanS noted, the user needs to...

Hi @eccessivo75 What is the scan command you're using? Are you seeing any errors logged in adb?