Terren

Results 107 comments of Terren

listCalendars -> check for isPrimary -> save to that calendar https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/issues/363

Is it being saved to the right calendar? It seems that events added to the birthday calendar get deleted. https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/issues/363

To prevent events from being saved on the wrong calendar, you should prompt the user for which calendar to use. listCalendars() will output an isPrimary value for each calendar. If...

Hi there. I added dark mode support for splash screens. This issue is on my to-do list, and I will look into it when I get the chance (no timeline,...

@hoatran2205 Hi there. It looks like you're using Ionic / Capacitor, [which is not compatible](https://capacitorjs.com/docs/v2/cordova/known-incompatible-plugins) with this plugin. Please let me know if I am mistaken.

@hoatran2205 If you are using Ionic / Capacitor, then you should be using the [Capacitor splashscreen API](https://capacitorjs.com/docs/apis/splash-screen). It sounds like the issue you are experiencing is related to Ionic /...

Hi @jondspa. I added dark mode support for splash screens, and this Android 12 issue is on my to do list. I am hoping to create a fix for this...

With the release of Cordova Android 11.0.0 yesterday, the Android 12 SplashScreen API is now supported. [PR](https://github.com/apache/cordova-android/pull/1441), [docs](https://cordova.apache.org/docs/en/latest/core/features/splashscreen/index.html). This issue should be closed. [The readme for this plugin should probably...