Philip Peitsch
Philip Peitsch
Hi @gbrlsnts Thanks for the patch, but this doesn't seem like it does what we're hoping. Based on https://cordova.apache.org/docs/en/12.x/plugin_ref/spec.html#edit-config, I think each individual permission needs to be targeted specifically via...
Reading through the fine-print on https://cordova.apache.org/docs/en/12.x/plugin_ref/spec.html#edit-config, this doesn't do what we'd hope. > If the selector does not resolve to a child of the specified document, the tool stops and...
Just noting, I've been able to do this very trivially with a full-screen `canvas` overlay element (with a slight bug on iOS, #217) The basic code is something like: ```...
Hi @bootexe What you're asking for requires both a BLE central implementation (which this plugin can help with) and a BLE peripheral implementation, which will need a different plugin to...
Just for some more background that I'm aware of... I believe this is already supported on the Android side as part of https://github.com/ionic-team/capacitor/pull/6946 See for tips on how to add...
Nice work @NaterGator I'll do some testing on this later this week hopefully. It looks like the lint target has failed... are you able to fix this up?
I've tested this on Android and iOS and can confirm the conversion all works as expected on both platforms. Thanks for the careful work here @NaterGator ... your harnesses and...
Hi @gwhenne Which console are you meaning? Is this the web console, or XCode's debug console? Are you able to post any log snippets so we can see what activities...
I suspect this is the same underlying condition as #1039 Marking as resolved as a fix is released in 1.7.9. Please re-open if the problem still persists.
Hi @dgrothman That does definitely look a little strange. Which version of the plugin are you on? Do you see this issue with another application (e.g., [nrf Connect](https://apps.apple.com/us/app/nrf-connect-for-mobile/id1054362403))? The only...