Clement Fradet Normand

Results 209 comments of Clement Fradet Normand

Thanks a lot @yoyo930021 I'm ready to pay someone as freelance to develop the supported module / fix for capacitor. Who wants here ?

@jcesarmobile Any info about updates on this issue ? Can we sponsor the fix ?

> I using this answer and work for me on android with capacitor 2. https://stackoverflow.com/questions/55894716/how-to-package-a-hosted-web-app-with-ionic-capacitor/55916297#55916297 > > but I replace `ServiceWorkerController` to `ServiceWorkerControllerCompat` for my case. Works also on iOS...

My package.json **(scroll it)** I run `electron-builder -m` to pack my app. ```JSON { … "main": "main.js", "scripts": { "postinstall": "electron-builder install-app-deps", "start": "electron main.js", "pack": "build --dir", "dist": "build"...

@mikaelbr I tried with this instruction : https://github.com/mikaelbr/node-notifier#within-electron-packaging. That generates very heavy .dmg and .zip files, and node-notifier still don't work. Moreover i don't have errors in my Developer Console....

After working one full day on node-notifier problems with Electron, i chose to use [node-mac-notifier](https://github.com/CharlieHess/node-mac-notifier) which works great under production. `node-notifier` library seems powerful and has many stars, but many...

@maxfadeev could you show us a bigger preview of your implementation inside Electron ? How and why do you trigger `NOTIFICATION_SERVICE_STARTED` ? How do you display the notifications popups ?...

@cognitom thanks for your reactivity ! Just a few more questions, you seem highly invested in this repository so my goal is to make the greatest possible. For me printing...