Christian von Rohr

Results 11 comments of Christian von Rohr

Is there any plan that this addon is made compatible? Seems that it gets unsupported? Last commit from June '15

Hey @Kilowhisky - thanks for the direction. rewrote now the app with a lot of use cases (including some parts where I had to rewrite the select2 component). its quite...

Had the same problem and your fix did it. Thanks a lot! By now I had no drawbacks and I think this should be merged (?).

It worked for me with following setup: config.xml ```xml ``` Icon should have transparent background. It's not possible to have differente colors, Android will apply color show it grayscaled (or...

🙏 for your investigation . I'll give it a shot 👍

@klemensz We moved away from this plugin, as the Mixpanel SDK is not updated and it's also not possible to override the IOS version, since the IOS SDK is packed...

I prefer Capacitor plugins, as they are bit more lightweight and additionally support PWA (what we don't need at the moment, but you never know ;)) Your needs are covered,...

The good thing on capacitor is that it supports [Android, IOS and PWAs](https://capacitorjs.com/docs/web/progressive-web-apps). And this plugin has the `mixpanel-browser` library already [included and implemented](https://github.com/houseninjadojo/capacitor-mixpanel/blob/main/src/web.ts) (see also [package.json](https://github.com/houseninjadojo/capacitor-mixpanel/blob/main/package.json#L82)), so it works...

@liamdebeasi here is the codebase I used for testing: https://github.com/chvonrohr/ionic-issue-28786 (basically adding Android platform and button for opening Browser in Tab3). Important to use low-memory emulator in tests.

Not sure if the used memory is really a big issue here or if we are able to reduce it. Android Studio Profiler tells, that the app (Ionic Tabs) is...