Philip Peitsch

Results 274 comments of Philip Peitsch

Hi @Yodio-Jeff ... it's unlikely to be anything in the plugin, as we report these values exactly as we receive them from iOS itself... there's no additional parsing or transformations...

I recently discovered that the name shown by iOS via the plugin appears to update after connecting to the device, based on the GAP service (service 0x1800, char ID 0x2A00)....

@Yodio-Jeff .5s is an extremely slow advertisment interval! Apple recommends a 20ms interval for the first 20s or so... I'd highly suggest reading through section 41.5 (page187) in Apple's Accesory...

@Yodio-Jeff it is a broadcast but.... Bluetooth advertisments are scattered across multiple radio channels. In order for a phone to "hear" the broadcast, it has to be listening on the...

As a stopgap for this, I've added a `framework7-icons.d.ts` TypeScript declaration file with content like the following: ``` declare module "framework7-icons/vue" { const ShiftFill: unknown; const RocketFill: unknown; } ```...

You can make the newest versions work again by modifying the div wrapper ever so slightly to specify a height. For some reason, without this, the app display size is...

also, as an aside, the non-`min` versions are easier to work with to troubleshoot the problem in the Fiddle in real-time... wonder if those links would be better instead? *...

I had this issue also, and found that I could workaround it by calling `setNonBlocking(true)` on the HID device prior to subscribing to any data. There's an open issue from...

Seems there's a bit of history around this behaviour * https://github.com/don/cordova-plugin-ble-central/pull/633 * https://github.com/don/cordova-plugin-ble-central/issues/607 * https://github.com/don/cordova-plugin-ble-central/pull/595 Any solution here will need to figure out how to determine whether the scan might...

Hi @sam-higgs Nothing specific yet. The linked discussions above suggest there are some phones out there that are allowed to scan despite the location service being disabled, so I'm reluctant...