Joshua McFarland

Results 19 comments of Joshua McFarland

I've got it working when using `v-if="items.length"` on the recycler component, then settings items to `[]` which forces the everything to rerender and waiting for `this.$nextTick`, but that doesn't seem...

@jcesarmobile I just updated everything to Capacitor 4.0.1 and noticed that all of my local plugins registered on Android (using `registerPlugin(SomeCoolPlugin.class);)` return `Error: "SomeCoolPlugin" plugin is not implemented on android`...

I'm sorry mentioning you directly by name has upset you. I pinged you because I thought it would make it more clear who I was responding to as you'd previously...

We've been getting reports from users and error logs that seem to support what they are seeing. It's definitely iOS specific and it appears the later release of iOS 12...

We're also running into issues with other plugins where we need to be able to specify a higher GoogleUtilities version for iOS.

It's been awhile since I removed it, but I ended up running some script in the terminal window. I am also not sure if I completely uninstalled it, but it...

Right, in this particular case I'm just updating one single property and don't want to overwrite the other properties for a few specific keys. Thanks for the heads up about...

Interesting and thanks for clearing that up! In my case my bulk updates generally include less than 100 things at a time so for now the performance of updating individually...

You'll need to use JavaScript to capture the link click event and then wait for the plugin callback. It might look something like this (with jQuery): ``` function onSuccess() {...

This is an old issue, but the data returned from a subscription is the same format as `getPurchases` but just a single object (not an array).