Open Linknpay opened 3 years ago
We have an open PR on a new Capacitor-Mixpanel plugin that is quite good (some missing SDK functionalities but nothing hard to tackle). I'd like to recommend taking a fork of https://github.com/houseninjadojo/capacitor-mixpanel/pull/8 and I would help maintaining it.
@Linknpay how do we proceed?
@Linknpay @chvonrohr Author here, happy to help however
@imhoffd @IT-MikeS how do we proceed?
as above, we would like to propose to move the plugin for @capacitor-community/mixpanel
reminder: @imhoffd @IT-MikeS how do we proceed? as above, we would like to propose to move the plugin for @capacitor-community/mixpanel
@mileszim Hello, how do we do the migration? On the other hand, I want to update to capacitor v5.
Recently I integrated @houseninjadojo/capacitor-mixpanel into capacitor v5 based project I'm working on, however had to include number of changes. I opened 3 PRs there but I see no activity there for 10 months already. It would probably increase attention after moving to capacitor-community, probably need more explicit agreement or any update there first... CC @mileszim
Recently I integrated @houseninjadojo/capacitor-mixpanel into capacitor v5 based project I'm working on, however had to include number of changes. I opened 3 PRs there but I see no activity there for 10 months already. It would probably increase attention after moving to capacitor-community, probably need more explicit agreement or any update there first... CC @mileszim
Hello, I also sent several PRs to update to Capacitor v5, and they were automatically closed a month later due to inactivity. It would be helpful to follow this guide, communicate in Slack, and create a repository based on a fork.
Plugin Request
Name: Mixpanel Package: `@capacitor-community/mixpanel
Platform(s)
ios, android, web
Existing Solutions
https://github.com/mixpanel/mixpanel-js
Description
The plugin should be similar to this cordova plugin : https://github.com/samzilverberg/cordova-mixpanel-plugin withe the same features. The working solution with capacitor until now is the Mixpanel official js library, but the problem is that it considers the mobile platform as web and doesn't track mobile informations, like app version, build version, os version, device name, etc...
Thank you